File tree 2 files changed +11
-5
lines changed 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change
1
+ Update dependency requirements:
2
+ - eth-utils
3
+ - eth-abi
4
+ - eth-tester
5
+ - eth-account
6
+ - eth-typing
Original file line number Diff line number Diff line change 6
6
7
7
extras_require = {
8
8
'tester' : [
9
- "eth-tester[py-evm]==v0.6.0-beta.6 " ,
9
+ "eth-tester[py-evm]==v0.6.0-beta.5 " ,
10
10
"py-geth>=3.7.0,<4" ,
11
11
],
12
12
'linter' : [
75
75
include_package_data = True ,
76
76
install_requires = [
77
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" ,
78
+ "eth-abi>=3 .0.0,<4 .0.0" ,
79
+ "eth-account>=0.6.0 ,<0.7 .0" ,
80
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" ,
81
+ "eth-typing>=3 .0.0,<4 .0.0" ,
82
+ "eth-utils>=2.0.0,<3 .0.0" ,
83
83
"hexbytes>=0.1.0,<1.0.0" ,
84
84
"ipfshttpclient==0.8.0a2" ,
85
85
"jsonschema>=4.0.0,<5" ,
You can’t perform that action at this time.
0 commit comments