Skip to content

Commit

Permalink
Use trio from pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
thedrow committed Nov 13, 2023
1 parent 992ed27 commit c1854a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ sphinx-celery = { version = "^2.0.0", optional = true }
sphinx-pyreverse = { version = "^0.0.17", optional = true }
transitions = { version = "^0.8.10", extras = ['diagrams'], optional = true }
transitions-anyio = "^0.3.0"
trio = { git = "[email protected]:python-trio/trio.git", optional = true }
trio = { version = "^0.23.1", optional = true }
uvloop = { version = "^0.15.2", optional = true }
wrapt = "^1.12.1"

Expand Down

0 comments on commit c1854a1

Please sign in to comment.