Skip to content

Commit

Permalink
Use interface supporting pyethereum
Browse files Browse the repository at this point in the history
  • Loading branch information
LefterisJP committed Jun 1, 2017
1 parent e0b0c57 commit daa0b5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ pysha3
-e git+https://github.com/LefterisJP/pyethapp@use_new_solc_combinedjson_key#egg=pyethapp
# temporary until pystun creates a new release
git+https://github.com/konradkonrad/pystun@develop#egg=pystun
# temporary until new version of pyethereum is released, that supports interfaces
-e git+https://github.com/LefterisJP/pyethereum@take_solidity_interface_into_account#egg=ethereum
ipython<5.0.0
rlp>=0.4.3
coincurve==4.5.1
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def run(self):


install_requires_replacements = {
"-e git+https://github.com/LefterisJP/pyethereum@take_solidity_interface_into_account#egg=ethereum": "ethereum",
"-e git+https://github.com/LefterisJP/pyethapp@use_new_solc_combinedjson_key#egg=pyethapp": "pyethapp",
"-e git+https://github.com/LefterisJP/pyelliptic@make_compatible_with_openssl1_1#egg=pyelliptic": "pyelliptic",
"git+https://github.com/konradkonrad/pystun@develop#egg=pystun": "pystun",
Expand Down

0 comments on commit daa0b5d

Please sign in to comment.