File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
# temporary (?) until pyelliptic maintainers make it compatible with openssl>=1.1
2
- -e git+https://github.com/LefterisJP/pyelliptic@make_compatible_with_openssl1_1#egg=pyelliptic
2
+ git+https://github.com/LefterisJP/pyelliptic@make_compatible_with_openssl1_1#egg=pyelliptic
3
3
pysha3
4
4
# temporary until new version of pyethereum is released, that supports solc >= v0.4.9
5
- -e git+https://github.com/LefterisJP/pyethapp@use_new_solc_combinedjson_key#egg=pyethapp
5
+ 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
+ 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,8 +48,9 @@ def run(self):
48
48
49
49
50
50
install_requires_replacements = {
51
- "-e git+https://github.com/LefterisJP/pyethapp@use_new_solc_combinedjson_key#egg=pyethapp" : "pyethapp" ,
52
- "-e git+https://github.com/LefterisJP/pyelliptic@make_compatible_with_openssl1_1#egg=pyelliptic" : "pyelliptic" ,
51
+ "git+https://github.com/LefterisJP/pyethereum@take_solidity_interface_into_account#egg=ethereum" : "ethereum" ,
52
+ "git+https://github.com/LefterisJP/pyethapp@use_new_solc_combinedjson_key#egg=pyethapp" : "pyethapp" ,
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
}
55
56
You can’t perform that action at this time.
0 commit comments