Add gunicorn, gevent and whitenoise as requirements

Signed-off-by: Eric Riggs <ericriggs42@gmail.com>
This commit is contained in:
Eric Riggs
2018-04-22 04:18:09 -04:00
parent 455fcef114
commit 077910bf72
2 changed files with 7 additions and 0 deletions

View File

@@ -29,7 +29,9 @@ flex==6.12.0
furl==1.0.1 furl==1.0.1
fusepy==2.0.4 fusepy==2.0.4
gevent==1.2.2
graphviz==0.8.2 graphviz==0.8.2
gunicorn==19.7.1
mock==2.0.0 mock==2.0.0
@@ -45,3 +47,5 @@ requests==2.18.4
sh==1.12.14 sh==1.12.14
swagger-spec-validator==2.1.0 swagger-spec-validator==2.1.0
whitenoise==3.3.1

View File

@@ -84,7 +84,9 @@ flanker==0.8.5
flex==6.12.0 flex==6.12.0
furl==1.0.1 furl==1.0.1
fusepy==2.0.4 fusepy==2.0.4
gevent==1.2.2
graphviz==0.8.2 graphviz==0.8.2
gunicorn==19.7.1
mock==2.0.0 mock==2.0.0
pycountry==1.20 pycountry==1.20
PyPDF2==1.26.0 PyPDF2==1.26.0
@@ -96,6 +98,7 @@ pytz==2018.3
requests==2.18.4 requests==2.18.4
sh==1.12.14 sh==1.12.14
swagger-spec-validator==2.1.0 swagger-spec-validator==2.1.0
whitenoise==3.3.1
""".split() """.split()
with open('README.rst') as f: with open('README.rst') as f: