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 2323 # Installing these libraries may make the evm perform better than
2424 # using the default fallbacks though.
2525 'eth-extra' : [
26- "coincurve>=8 .0.0,<9 .0.0" ,
26+ "coincurve>=10 .0.0,<11 .0.0" ,
2727 "eth-hash[pysha3];implementation_name=='cpython'" ,
2828 "eth-hash[pycryptodome];implementation_name=='pypy'" ,
2929 "plyvel==1.0.5" ,
4040 "async-generator==1.10" ,
4141 "bloom-filter==1.3" ,
4242 "cachetools>=2.1.0,<3.0.0" ,
43- "coincurve>=8 .0.0,<9 .0.0" ,
43+ "coincurve>=10 .0.0,<11 .0.0" ,
4444 "ipython>=6.2.1,<7.0.0" ,
4545 "plyvel==1.0.5" ,
4646 "web3==4.4.1" ,
8383 "bumpversion>=0.5.3,<1" ,
8484 "wheel" ,
8585 "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" ,
8690 "tox==2.7.0" ,
8791 "twine" ,
8892 ],
You can’t perform that action at this time.
0 commit comments