diff --git a/setup.py b/setup.py index 14c092dc..8b3d6d70 100644 --- a/setup.py +++ b/setup.py @@ -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',