We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eaa56d commit 4ae1712Copy full SHA for 4ae1712
pyproject.toml
@@ -32,6 +32,7 @@ pydantic = "^1.6.2"
32
importlib-metadata = "*"
33
pycron = "^3.0.0"
34
taskiq_dependencies = "^1"
35
+anyio = "^3"
36
# For prometheus metrics
37
prometheus_client = { version = "^0", optional = true }
38
# For ZMQBroker
@@ -55,7 +56,6 @@ wemake-python-styleguide = "^0.16.1"
55
56
coverage = "^6.4.2"
57
pytest-cov = "^3.0.0"
58
mock = "^4.0.3"
-anyio = "^3.6.1"
59
pytest-xdist = { version = "^2.5.0", extras = ["psutil"] }
60
types-mock = "^4.0.15"
61
0 commit comments