Pin the version of async-service to a4

This commit is contained in:
mhchia 2020-01-16 18:54:19 +08:00
parent eef241e70e
commit 54871024cc
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.0a2",
"async-service>=0.1.0a4",
"async-exit-stack==1.0.1",
]