Skip to content

Commit

Permalink
Use selector thread from anyio
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart committed Nov 20, 2024
1 parent cd9eed2 commit 62111d7
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ dependencies = [
"pyzmq>=26.0",
"psutil>=5.7",
"packaging>=22",
"anyio>=4.2.0",
"zmq-anyio >=0.2.3",
# "anyio>=4.2.0",
# "zmq-anyio >=0.2.3",
"anyio @ https://github.com/davidbrochart/anyio/archive/selector-thread.zip",
"zmq-anyio @ https://github.com/davidbrochart/zmq-anyio/archive/anyio-selector-thread.zip",
]

[project.urls]
Expand Down Expand Up @@ -319,3 +321,6 @@ ignore = ["W002"]

[tool.repo-review]
ignore = ["PY007", "PP308", "GH102", "MY101"]

[tool.hatch.metadata]
allow-direct-references = true

0 comments on commit 62111d7

Please sign in to comment.