Updated some package version requirements (#2595)

This commit is contained in:
Troy McConaghy 2018-11-03 17:51:52 +01:00 committed by GitHub
parent 20e6c6a686
commit ff906b0abe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,13 +75,13 @@ install_requires = [
# TODO Consider not installing the db drivers, or putting them in extras.
'pymongo~=3.6',
'pysha3~=1.0.2',
'cryptoconditions==0.7.2',
'cryptoconditions==0.8.0',
'python-rapidjson~=0.6.0',
'logstats~=0.2.1',
'flask>=0.10.1',
'flask-cors~=3.0.0',
'flask-restful~=0.3.0',
'requests~=2.9',
'requests>=2.20.0',
'gunicorn~=19.0',
'jsonschema~=2.5.1',
'pyyaml~=3.12',