mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-10 15:10:54 +00:00
Upgrade to 0.1.0a4
Probably it can solve the dag issue: https://github.com/ethereum/async-service/issues/12
This commit is contained in:
2
setup.py
2
setup.py
@ -75,7 +75,7 @@ install_requires = [
|
|||||||
"dataclasses>=0.7, <1;python_version<'3.7'",
|
"dataclasses>=0.7, <1;python_version<'3.7'",
|
||||||
"async_generator==1.10",
|
"async_generator==1.10",
|
||||||
"trio>=0.13.0",
|
"trio>=0.13.0",
|
||||||
"async-service>=0.1.0a2,<0.2.0",
|
"async-service>=0.1.0a4,<0.2.0",
|
||||||
"async-exit-stack==1.0.1",
|
"async-exit-stack==1.0.1",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user