Use async-exit-stack over contextlib

For `AsyncExitStack`
This commit is contained in:
mhchia
2019-12-24 14:44:28 +08:00
parent ce5663705f
commit 6fe5871d96
3 changed files with 4 additions and 3 deletions

View File

@ -76,6 +76,7 @@ install_requires = [
"async_generator==1.10",
"trio>=0.13.0",
"async-service>=0.1.0a2,<0.2.0",
"async-exit-stack==1.0.1",
]