Skip to content

Commit

Permalink
Merge pull request #146 from pipermerriam/piper/update-dependencies
Browse files Browse the repository at this point in the history
update dependencies
  • Loading branch information
pipermerriam authored Jan 10, 2019
2 parents aad498f + a197937 commit 10f68a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
'py-evm': [
# Pin py-evm to exact version, until it leaves alpha.
# EVM is very high velocity and might change API at each alpha.
"py-evm==0.2.0a38",
"py-evm==0.2.0a39",
"eth-hash[pysha3]>=0.1.4,<1.0.0;implementation_name=='cpython'",
"eth-hash[pycryptodome]>=0.1.4,<1.0.0;implementation_name=='pypy'",
],
Expand Down Expand Up @@ -51,9 +51,9 @@
include_package_data=True,
install_requires=[
"eth-abi>=2.0.0b4,<3.0.0",
"eth-keys>=0.2.0-beta.3,<0.3.0",
"eth-keys>=0.2.1,<0.3.0",
"eth-utils>=1.4.1,<2.0.0",
"rlp>=0.6.0,<2.0.0",
"rlp>=1.1.0,<2.0.0",
"semantic_version>=2.6.0,<3.0.0",
],
extras_require=extras_require,
Expand Down

0 comments on commit 10f68a6

Please sign in to comment.