Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion requirements.server.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
# These requirements are what you would install on a production server.
.
psycopg2==2.9.10
aniso8601==1.2.0
click==6.7
Flask-RESTful==0.3.4
Flask-WTF==0.12
Flask==0.12.2
gunicorn==19.9.0
itsdangerous==0.24
Jinja2==2.11.3
MarkupSafe==1.1.1
progressbar2
psycopg2==2.9.10
python-gnupg==0.3.7
pytz==2016.10
pyyaml==5.1.2
SQLAlchemy==1.3.24
Werkzeug==0.15.6
WTForms==2.0.2
27 changes: 12 additions & 15 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,24 +115,21 @@
],
},
install_requires=[
"six",
"aniso8601==1.2.0",
"Flask==0.12.2",
"Flask-RESTful==0.3.4",
"aniso8601",
"certifi",
"click",
"Flask-RESTful",
"Flask-WTF",
"Flask",
"Jinja2",
"MarkupSafe==1.1.1",
"SQLAlchemy==1.3.24",
"Werkzeug==0.15.6",
"itsdangerous==0.24",
"python-gnupg==0.3.7",
"pytz==2016.10",
"MarkupSafe",
"python-gnupg",
"pyyaml",
"WTForms==2.0.2",
"Flask-WTF==0.12",
"typing",
"click==6.7",
"requests",
"certifi"
"SQLAlchemy",
"typing",
"Werkzeug",
"WTForms",
],

ext_modules=[cPerf],
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ commands =

[testenv:py3]
deps =
-r requirements.txt
filecheck
lit

Expand Down
Loading