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 ea48981 commit 95628bcCopy full SHA for 95628bc
pyproject.toml
@@ -35,8 +35,6 @@ aiofiles = "^0.7"
35
aiohttp = "^3.9"
36
aiodns = "^3.0.0"
37
aiolimiter = "^1.1.0"
38
-pytest-mock = "^3.11.1"
39
-pytest-asyncio = "^0.21.1"
40
rich = "^13.6.0"
41
click-help-colors = "^0.9.2"
42
certifi = { version = "^2025.1.31", optional = true }
@@ -53,6 +51,8 @@ isort = "^5.9.3"
53
51
flake8 = "^3.9.2"
54
52
setuptools = "^67.4.0"
55
pytest = "^7.4"
+pytest-mock = "^3.11.1"
+pytest-asyncio = "^0.21.1"
56
57
[tool.pytest.ini_options]
58
minversion = "6.0"
0 commit comments