Skip to content

Commit

Permalink
Add extras for event loops.
Browse files Browse the repository at this point in the history
  • Loading branch information
thedrow committed Mar 14, 2021
1 parent 9795d6e commit 772bafb
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 28 deletions.
79 changes: 53 additions & 26 deletions poetry.lock

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

7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ sphinx-celery = { version = "^2.0.0", optional = true }
sphinx-pyreverse = { version = "^0.0.13", optional = true }
transitions = { version = "^0.8.7", extras = ['diagrams'], optional = true }
transitions-anyio = "^0.2.0"
trio = { version = "^0.17", optional = true }
uvloop = { version = "^0.15.2", optional = true }
wrapt = "^1.12.1"

[tool.poetry.dev-dependencies]
Expand All @@ -37,11 +39,12 @@ pytest-timeout = "^1.4.2"
pytest-xdist = "^2.2.0"
pyupgrade = "^2.7.4"
toml-sort = "^0.18.0"
trio = "^0.17"

[tool.poetry.extras]
diagrams = ["transitions"]
readthedocs = ["sphinx-celery", "sphinx-autodoc-typehints", "sphinx-pyreverse", "pylint"]
readthedocs = ["sphinx-celery", "sphinx-autodoc-typehints", "sphinx-pyreverse", "pylint", "trio"]
trio = ["trio"]
uvloop = ["uvloop"]

[tool.pytest.ini_options]
filterwarnings = [
Expand Down

0 comments on commit 772bafb

Please sign in to comment.