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
-e git+https://github.com/LefterisJP/pyethapp@use_new_solc_combinedjson_key#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
+ -e 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 @@ -48,6 +48,7 @@ def run(self):
48
48
49
49
50
50
install_requires_replacements = {
51
+ "-e git+https://github.com/LefterisJP/pyethereum@take_solidity_interface_into_account#egg=ethereum" : "ethereum" ,
51
52
"-e git+https://github.com/LefterisJP/pyethapp@use_new_solc_combinedjson_key#egg=pyethapp" : "pyethapp" ,
52
53
"-e 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" ,
You can’t perform that action at this time.
0 commit comments