Skip to content

Commit

Permalink
Fix py_ecc version
Browse files Browse the repository at this point in the history
  • Loading branch information
norhh committed Dec 11, 2018
1 parent d66ff00 commit 935ea2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
@@ -1,6 +1,7 @@
coloredlogs>=10.0
configparser>=3.5.0
coverage
py_ecc==1.4.2
eth_abi==1.3.0
eth-account>=0.1.0a2
ethereum>=2.3.2
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -74,6 +74,7 @@ def read_file(fname):
packages=find_packages(exclude=["contrib", "docs", "tests"]),
install_requires=[
"coloredlogs>=10.0",
"py_ecc==1.4.2",
"ethereum>=2.3.2",
"z3-solver>=4.8.0.0",
"requests",
Expand Down

0 comments on commit 935ea2c

Please sign in to comment.