File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 23
23
# Installing these libraries may make the evm perform better than
24
24
# using the default fallbacks though.
25
25
'eth-extra' : [
26
- "coincurve>=8 .0.0,<9 .0.0" ,
26
+ "coincurve>=10 .0.0,<11 .0.0" ,
27
27
"eth-hash[pysha3];implementation_name=='cpython'" ,
28
28
"eth-hash[pycryptodome];implementation_name=='pypy'" ,
29
29
"plyvel==1.0.5" ,
40
40
"async-generator==1.10" ,
41
41
"bloom-filter==1.3" ,
42
42
"cachetools>=2.1.0,<3.0.0" ,
43
- "coincurve>=8 .0.0,<9 .0.0" ,
43
+ "coincurve>=10 .0.0,<11 .0.0" ,
44
44
"ipython>=6.2.1,<7.0.0" ,
45
45
"plyvel==1.0.5" ,
46
46
"web3==4.4.1" ,
83
83
"bumpversion>=0.5.3,<1" ,
84
84
"wheel" ,
85
85
"setuptools>=36.2.0" ,
86
+ #Fixing this dependency due to: pytest 3.6.4 has requirement pluggy<0.8,>=0.5, but you'll have pluggy 0.8.0 which is incompatible.
87
+ "pluggy==0.7.1" ,
88
+ #Fixing this dependency due to: requests 2.20.1 has requirement idna<2.8,>=2.5, but you'll have idna 2.8 which is incompatible.
89
+ "idna==2.7" ,
86
90
"tox==2.7.0" ,
87
91
"twine" ,
88
92
],
You can’t perform that action at this time.
0 commit comments