Skip to content

Commit 4ae1712

Browse files
authored
Fixed anyio dependency. (#136)
1 parent 6eaa56d commit 4ae1712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ pydantic = "^1.6.2"
3232
importlib-metadata = "*"
3333
pycron = "^3.0.0"
3434
taskiq_dependencies = "^1"
35+
anyio = "^3"
3536
# For prometheus metrics
3637
prometheus_client = { version = "^0", optional = true }
3738
# For ZMQBroker
@@ -55,7 +56,6 @@ wemake-python-styleguide = "^0.16.1"
5556
coverage = "^6.4.2"
5657
pytest-cov = "^3.0.0"
5758
mock = "^4.0.3"
58-
anyio = "^3.6.1"
5959
pytest-xdist = { version = "^2.5.0", extras = ["psutil"] }
6060
types-mock = "^4.0.15"
6161

0 commit comments

Comments
 (0)