-
Notifications
You must be signed in to change notification settings - Fork 4
/
Pipfile
60 lines (57 loc) · 1.27 KB
/
Pipfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
pytest = "*"
pbr = "*"
coverage = "*"
[packages]
alembic = "*"
coverage = "*"
docxtpl = "*"
flask = "==2.2.5"
celery = "<6"
flask-admin = "*"
flask-bcrypt = "*"
flask-cors = "*" # 3.0.10
flask-mail = "*"
flask-marshmallow = "*"
flask-migrate = "*"
flask-restful = "*"
flask-sqlalchemy = "*"
gunicorn = "*"
httpretty = "*"
ldap3 = "*"
lxml = "*"
markdown = "*"
marshmallow = "*"
marshmallow-enum = "*"
marshmallow-sqlalchemy = "*"
numpy = "==1.23.4"
openpyxl = "~=3.1.5" # maybe 3.0.10
pandas = "==1.5.1"
psycopg2-binary = "*"
pyjwt = "*"
python-dateutil = "*"
recommonmark = "*"
requests = "*"
sphinx = "*"
sqlalchemy = "<2"
swagger-ui-bundle = "*"
webtest = "*"
werkzeug = "*"
xlrd = "*"
xlsxwriter = "*"
pygithub = "*"
gitpython = "*"
apscheduler = "*"
connexion = {extras = [ "swagger-ui", "flask" ], version = "~=2.14.1"}
sentry-sdk = {extras = [ "flask",], version = "~=2.8.0"}
dateparser = "*"
# TIP: If you want to test local changes to SpiffWorkflow, do:
# pipenv install --editable ../SpiffWorkflow (but fix things back before commiting!)
spiffworkflow = {git = "https://github.com/sartography/SpiffWorkflow@dd0eba278dc61438aea7cfb51e67c9f00b3f2db7"}
waitress = "*"
[requires]
python_version = "3.9"