Skip to content

Commit

Permalink
Add missing async_generator dependency
Browse files Browse the repository at this point in the history
Fixes #85
  • Loading branch information
VincentVanlaer committed Jul 21, 2023
1 parent bb522c2 commit 0d09b30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"trio >= 0.16.0",
"typing_extensions >= 3.7.4",
"mypy_extensions >= 0.4.2",
"async_generator",
"packaging",
"importlib-metadata",
],
Expand Down

0 comments on commit 0d09b30

Please sign in to comment.