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 5
5
git+https://github.com/LefterisJP/pyethapp@raiden_pyethapp_fork#egg=pyethapp
6
6
# temporary until pystun creates a new release
7
7
git+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
8
10
ipython < 5.0.0
9
11
rlp >= 0.4.3
10
12
coincurve == 4.5.1
11
13
pycryptodome >= 3.4.3
12
14
miniupnpc
13
15
networkx
14
- ethereum >= 1.6.1
15
16
ethereum-serpent
16
17
repoze.lru
17
18
gevent-websocket == 0.9.4
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ def run(self):
49
49
50
50
install_requires_replacements = {
51
51
"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" ,
52
53
"git+https://github.com/LefterisJP/pyelliptic@make_compatible_with_openssl1_1#egg=pyelliptic" : "pyelliptic" ,
53
54
"git+https://github.com/konradkonrad/pystun@develop#egg=pystun" : "pystun" ,
54
55
}
You can’t perform that action at this time.
0 commit comments