Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ ws4py
secp256k1
graphenelib==0.4.8
scrypt==0.7.1
ecdsa==0.13
ecdsa==0.13.3
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ def run_tests(self):
'secp256k1',
"graphenelib==0.4.8",
"scrypt==0.7.1",
"ecdsa==0.13"
"ecdsa==0.13.3"
# your module dependencies
] + python_version_specific_requires,
# Allow tests to be run with `python setup.py test'.
Expand Down