Use the latest async-service
This commit is contained in:
parent
89338914d3
commit
b007bb4d07
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.0a4",
|
"async-service>=0.1.0a6",
|
||||||
"async-exit-stack==1.0.1",
|
"async-exit-stack==1.0.1",
|
||||||
"trio-typing>=0.3.0,<0.4.0",
|
"trio-typing>=0.3.0,<0.4.0",
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user