Updated some package version requirements

This commit is contained in:
Troy McConaghy 2018-11-03 17:39:05 +01:00
parent 20e6c6a686
commit fd6af7c8c6

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',