File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 55git+https://github.com/LefterisJP/pyethapp@raiden_pyethapp_fork#egg=pyethapp
66# temporary until pystun creates a new release
77git+https://github.com/konradkonrad/pystun@develop#egg=pystun
8+ # temporary until new version of pyethereum is released, that supports interfaces
9+ git+https://github.com/LefterisJP/pyethereum@take_solidity_interface_into_account#egg=ethereum
810ipython < 5.0.0
911rlp >= 0.4.3
1012coincurve == 4.5.1
1113pycryptodome >= 3.4.3
1214miniupnpc
1315networkx
14- ethereum >= 1.6.1
1516ethereum-serpent
1617repoze.lru
1718gevent-websocket == 0.9.4
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ def run(self):
4949
5050install_requires_replacements = {
5151 "git+https://github.com/LefterisJP/pyethapp@raiden_pyethapp_fork#egg=pyethapp" : "pyethapp" ,
52+ "git+https://github.com/LefterisJP/pyethereum@take_solidity_interface_into_account#egg=ethereum" : "ethereum" ,
5253 "git+https://github.com/LefterisJP/pyelliptic@make_compatible_with_openssl1_1#egg=pyelliptic" : "pyelliptic" ,
5354 "git+https://github.com/konradkonrad/pystun@develop#egg=pystun" : "pystun" ,
5455}
You can’t perform that action at this time.
0 commit comments