diff --git a/setup.py b/setup.py index 0fc31bec..2dfc113e 100644 --- a/setup.py +++ b/setup.py @@ -75,7 +75,7 @@ install_requires = [ # TODO Consider not installing the db drivers, or putting them in extras. 'pymongo~=3.6', 'pysha3~=1.0.2', - 'cryptoconditions~=0.6.0.dev', + 'cryptoconditions~=0.7.0', 'python-rapidjson==0.0.11', 'logstats~=0.2.1', 'flask>=0.10.1',