Problem: Cryptoconditions not pinned which is casuing build failure

Solution: Pin cryptoconditions so that docs build properly
This commit is contained in:
Vanshdeep Singh 2018-09-04 15:27:10 +02:00
parent c72c7a4626
commit 0ceca3f243

View File

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