Skip to content

Commit

Permalink
Use interface supporting pyethereum
Browse files Browse the repository at this point in the history
  • Loading branch information
LefterisJP committed Jun 1, 2017
1 parent e0b0c57 commit c6bc3af
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
7 changes: 4 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
# temporary (?) until pyelliptic maintainers make it compatible with openssl>=1.1
-e git+https://github.com/LefterisJP/pyelliptic@make_compatible_with_openssl1_1#egg=pyelliptic
git+https://github.com/LefterisJP/pyelliptic@make_compatible_with_openssl1_1#egg=pyelliptic
pysha3
# temporary until new version of pyethereum is released, that supports solc >= v0.4.9
-e git+https://github.com/LefterisJP/pyethapp@use_new_solc_combinedjson_key#egg=pyethapp
git+https://github.com/LefterisJP/pyethapp@use_new_solc_combinedjson_key#egg=pyethapp
# temporary until pystun creates a new release
git+https://github.com/konradkonrad/pystun@develop#egg=pystun
# temporary until new version of pyethereum is released, that supports interfaces
git+https://github.com/LefterisJP/pyethereum@take_solidity_interface_into_account#egg=ethereum
ipython<5.0.0
rlp>=0.4.3
coincurve==4.5.1
pycryptodome>=3.4.3
miniupnpc
networkx
ethereum>=1.6.1
ethereum-serpent
repoze.lru
gevent-websocket==0.9.4
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ def run(self):


install_requires_replacements = {
"-e git+https://github.com/LefterisJP/pyethapp@use_new_solc_combinedjson_key#egg=pyethapp": "pyethapp",
"-e git+https://github.com/LefterisJP/pyelliptic@make_compatible_with_openssl1_1#egg=pyelliptic": "pyelliptic",
"git+https://github.com/LefterisJP/pyethereum@take_solidity_interface_into_account#egg=ethereum": "ethereum",
"git+https://github.com/LefterisJP/pyethapp@use_new_solc_combinedjson_key#egg=pyethapp": "pyethapp",
"git+https://github.com/LefterisJP/pyelliptic@make_compatible_with_openssl1_1#egg=pyelliptic": "pyelliptic",
"git+https://github.com/konradkonrad/pystun@develop#egg=pystun": "pystun",
}

Expand Down

0 comments on commit c6bc3af

Please sign in to comment.