import asynccontextmanager from context lib and remove async_generator dep

This commit is contained in:
pacrob
2024-04-27 09:59:06 -06:00
committed by Paul Robinson
parent 8dda7b933e
commit 827d16b106
8 changed files with 16 additions and 18 deletions

View File

@ -61,7 +61,6 @@ install_requires = [
"protobuf>=3.10.0",
"coincurve>=10.0.0",
"pynacl==1.3.0",
"async_generator==1.10",
"trio>=0.15.0",
"async-service>=0.1.0a6",
"async-exit-stack==1.0.1",