forked from p34709852/monkey
Requirements fix
This commit is contained in:
parent
ae074c6914
commit
860b4eb813
|
@ -1,5 +1,5 @@
|
||||||
python-dateutil
|
python-dateutil
|
||||||
tornado
|
tornado==5.1.1
|
||||||
werkzeug
|
werkzeug
|
||||||
jinja2
|
jinja2
|
||||||
markupsafe
|
markupsafe
|
||||||
|
@ -9,14 +9,13 @@ flask
|
||||||
Flask-Pymongo
|
Flask-Pymongo
|
||||||
Flask-Restful
|
Flask-Restful
|
||||||
Flask-JWT
|
Flask-JWT
|
||||||
jsonschema
|
jsonschema==2.6.0
|
||||||
netifaces
|
netifaces
|
||||||
ipaddress
|
ipaddress
|
||||||
enum34
|
enum34
|
||||||
pycryptodome
|
pycryptodome
|
||||||
boto3
|
boto3
|
||||||
awscli
|
awscli
|
||||||
dpath
|
|
||||||
bson
|
bson
|
||||||
cffi
|
cffi
|
||||||
PyInstaller
|
PyInstaller
|
||||||
|
|
Loading…
Reference in New Issue