Skip to content

Commit c3c6739

Browse files
authored
Fix py-evm version (#1570)
* Fix py-evm when it's in alpha * Downgrade py-evm * upgrade py-evm * remove py-evm restriction * Fix trie * Fix versions * Edit versions * Edit versions * Restrict versions * Remove eth-tester * add blake2b
1 parent 20521d6 commit c3c6739

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

requirements.txt

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
blake2b-py
22
coloredlogs>=10.0
3-
coincurve
3+
coincurve>=13.0.0
4+
asn1crypto>=0.22.0
45
configparser>=3.5.0
5-
coverage
6+
coverage>6.0
67
py_ecc<5.0.0,>=1.4.7
7-
eth_abi
8-
eth-account
8+
eth_abi<3.0.0,>=2.0.0b4
9+
eth-account<0.6.0,>=0.5.6
910
ethereum-input-decoder>=0.2.2
1011
eth-hash>=0.3.1
1112
eth-keyfile>=0.5.1
1213
eth-keys<0.4.0,>=0.2.1
1314
eth-rlp>=0.1.0
14-
eth-tester
1515
eth-typing<3.0.0,>=2.1.0
1616
eth-utils<2
1717
jinja2>=2.9
1818
mock
1919
persistent>=4.2.0
2020
py-flags
21-
py-evm
21+
py-evm==0.5.0a1
2222
pysha3
2323
py-solc-x
2424
py-solc
@@ -27,7 +27,7 @@ pyparsing<3,>=2.0.2
2727
pytest-cov
2828
pytest_mock
2929
requests
30-
rlp<3.0.0
30+
rlp<3
3131
semantic_version
3232
transaction>=2.2.1
3333
typing-extensions<4,>=3.7.4

0 commit comments

Comments
 (0)