Use the latest async-service

This commit is contained in:
mhchia 2020-02-04 17:46:30 +08:00
parent 89338914d3
commit b007bb4d07
No known key found for this signature in database
GPG Key ID: 389EFBEA1362589A

View File

@ -75,7 +75,7 @@ install_requires = [
"dataclasses>=0.7, <1;python_version<'3.7'",
"async_generator==1.10",
"trio>=0.13.0",
"async-service>=0.1.0a4",
"async-service>=0.1.0a6",
"async-exit-stack==1.0.1",
"trio-typing>=0.3.0,<0.4.0",
]