Skip to content

Commit 1761938

Browse files
LefterisJPhackaugusto
authored andcommitted
Use a tag for pyethapp dependency
Use a tag instead of a branch for the pyethapp dependency
1 parent e0b0c57 commit 1761938

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# 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
33
pysha3
44
# 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
66
# temporary until pystun creates a new release
77
git+https://github.com/konradkonrad/pystun@develop#egg=pystun
88
ipython<5.0.0

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ def run(self):
4848

4949

5050
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",
5353
"git+https://github.com/konradkonrad/pystun@develop#egg=pystun": "pystun",
5454
}
5555

0 commit comments

Comments
 (0)