mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
Add dep async-service
This commit is contained in:
1
setup.py
1
setup.py
@ -70,6 +70,7 @@ setuptools.setup(
|
|||||||
"pynacl==1.3.0",
|
"pynacl==1.3.0",
|
||||||
"trio-asyncio>=0.10.0",
|
"trio-asyncio>=0.10.0",
|
||||||
"trio>=0.13.0",
|
"trio>=0.13.0",
|
||||||
|
"async-service>=0.1.0a2,<0.2.0",
|
||||||
],
|
],
|
||||||
extras_require=extras_require,
|
extras_require=extras_require,
|
||||||
packages=setuptools.find_packages(exclude=["tests", "tests.*"]),
|
packages=setuptools.find_packages(exclude=["tests", "tests.*"]),
|
||||||
|
|||||||
Reference in New Issue
Block a user