Skip to content

Commit

Permalink
Problem: Cryptoconditions not pinned which is casuing build failure (#…
Browse files Browse the repository at this point in the history
…2512)

Solution: Pin cryptoconditions so that docs build properly
  • Loading branch information
kansi authored and ttmc committed Sep 4, 2018
1 parent cb22557 commit af2b542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def check_setuptools_features():
# 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.7.2',
'python-rapidjson~=0.6.0',
'logstats~=0.2.1',
'flask>=0.10.1',
Expand Down

0 comments on commit af2b542

Please sign in to comment.