File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
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@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
8
ipython < 5.0.0
Original file line number Diff line number Diff line change @@ -48,8 +48,8 @@ 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/pyethapp@raiden_pyethapp_fork #egg=pyethapp" : "pyethapp" ,
52
+ "git+https://github.com/LefterisJP/pyelliptic@make_compatible_with_openssl1_1#egg=pyelliptic" : "pyelliptic" ,
53
53
"git+https://github.com/konradkonrad/pystun@develop#egg=pystun" : "pystun" ,
54
54
}
55
55
You can’t perform that action at this time.
0 commit comments