mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
fix: add grpcio dependency to extras_require and install_requires
This commit is contained in:
committed by
Paul Robinson
parent
244cc0c42a
commit
317eaeda93
2
setup.py
2
setup.py
@ -29,6 +29,7 @@ extras_require = {
|
|||||||
"sphinx>=6.0.0",
|
"sphinx>=6.0.0",
|
||||||
"sphinx_rtd_theme>=1.0.0",
|
"sphinx_rtd_theme>=1.0.0",
|
||||||
"towncrier>=24,<25",
|
"towncrier>=24,<25",
|
||||||
|
"grpcio>=1.41.0",
|
||||||
],
|
],
|
||||||
"test": [
|
"test": [
|
||||||
"p2pclient==0.2.0",
|
"p2pclient==0.2.0",
|
||||||
@ -53,6 +54,7 @@ install_requires = [
|
|||||||
"base58>=1.0.3",
|
"base58>=1.0.3",
|
||||||
"coincurve>=10.0.0",
|
"coincurve>=10.0.0",
|
||||||
"exceptiongroup>=1.2.0; python_version < '3.11'",
|
"exceptiongroup>=1.2.0; python_version < '3.11'",
|
||||||
|
"grpcio>=1.41.0",
|
||||||
"lru-dict>=1.1.6",
|
"lru-dict>=1.1.6",
|
||||||
"multiaddr>=0.0.9",
|
"multiaddr>=0.0.9",
|
||||||
"mypy-protobuf>=3.0.0",
|
"mypy-protobuf>=3.0.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user