update cc to ~=0.7.2

This commit is contained in:
Ahmed Muawia Khan 2018-08-31 12:42:06 +02:00
parent a4f5a373bd
commit 5cd0a6213f

View File

@ -79,7 +79,7 @@ install_requires = [
# TODO Consider not installing the db drivers, or putting them in extras.
'pymongo~=3.6',
'pysha3~=1.0.2',
'cryptoconditions~=0.7.1',
'cryptoconditions~=0.7.2',
'python-rapidjson~=0.6.0',
'logstats~=0.2.1',
'flask>=0.10.1',