mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
Update eth-utils version requirement
This commit is contained in:
2
setup.py
2
setup.py
@ -45,7 +45,7 @@ setup(
|
|||||||
url='https://github.com/ethereum/<REPO_NAME>',
|
url='https://github.com/ethereum/<REPO_NAME>',
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"eth-utils>=0.7.4,<1.0.0",
|
"eth-utils>=1,<2",
|
||||||
],
|
],
|
||||||
setup_requires=['setuptools-markdown'],
|
setup_requires=['setuptools-markdown'],
|
||||||
python_requires='>=3.5, <4',
|
python_requires='>=3.5, <4',
|
||||||
|
|||||||
Reference in New Issue
Block a user