We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eed1ae4 commit 2bf2706Copy full SHA for 2bf2706
setup.py
@@ -6,7 +6,7 @@
6
7
extras_require = {
8
'tester': [
9
- "eth-tester[py-evm]==v0.6.0-beta.6",
+ "eth-tester[py-evm]==v0.6.0-beta.5",
10
"py-geth>=3.7.0,<4",
11
],
12
'linter': [
@@ -75,11 +75,11 @@
75
include_package_data=True,
76
install_requires=[
77
"aiohttp>=3.7.4.post0,<4",
78
- "eth-abi>=2.0.0b6,<3.0.0",
79
- "eth-account>=0.5.7,<0.6.0",
+ "eth-abi>=3.0.0,<4.0.0",
+ "eth-account>=0.6.0,<0.7.0",
80
"eth-hash[pycryptodome]>=0.2.0,<1.0.0",
81
- "eth-typing>=2.0.0,<3.0.0",
82
- "eth-utils>=1.9.5,<2.0.0",
+ "eth-typing>=3.0.0,<4.0.0",
+ "eth-utils>=2.0.0,<3.0.0",
83
"hexbytes>=0.1.0,<1.0.0",
84
"ipfshttpclient==0.8.0a2",
85
"jsonschema>=4.0.0,<5",
0 commit comments