Skip to content

Commit

Permalink
Remove async-generator dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mikenerone committed Feb 8, 2024
1 parent 32dda80 commit 23b572a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 14 deletions.
1 change: 0 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
Sphinx >= 6.2.1
sphinx-rtd-theme >= 2.0.0
trio >= 0.23.0
async-generator >= 1.10
13 changes: 1 addition & 12 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ classifiers = [


[tool.poetry.dependencies]
async-generator = "^1.10"
python = "^3.8"
trio = ">=0.23.0"

Expand Down

0 comments on commit 23b572a

Please sign in to comment.