Skip to content

Commit 89966aa

Browse files
author
Troy McConaghy
authored
Pin cryptoconditions==0.7.2 in setup.py, for now (#477)
This is to get ReadTheDocs working, or at least partly working. To understand the reasoning, see bigchaindb/bigchaindb#2512
1 parent 49862f3 commit 89966aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
install_requires = [
1515
'requests>=2.11.0',
16-
'cryptoconditions~=0.7.2',
16+
'cryptoconditions==0.7.2',
1717
'pysha3~=1.0.2',
1818
'python-rapidjson==0.6.0',
1919
'python-rapidjson-schema==0.1.1',

0 commit comments

Comments
 (0)