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 2, 2017
1 parent 1761938 commit 772d950
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@ pysha3
git+https://github.com/LefterisJP/pyethapp@raiden_pyethapp_fork#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
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
pycryptodome>=3.4.3
miniupnpc
networkx
ethereum>=1.6.1
ethereum-serpent
repoze.lru
gevent-websocket==0.9.4
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ def run(self):

install_requires_replacements = {
"git+https://github.com/LefterisJP/pyethapp@raiden_pyethapp_fork#egg=pyethapp": "pyethapp",
"git+https://github.com/LefterisJP/pyethereum@take_solidity_interface_into_account#egg=ethereum": "ethereum",
"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 772d950

Please sign in to comment.