diff --git a/pyproject.toml b/pyproject.toml index 3f63e8b2..8c15f421 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,8 +35,6 @@ aiofiles = "^0.7" aiohttp = "^3.9" aiodns = "^3.0.0" aiolimiter = "^1.1.0" -pytest-mock = "^3.11.1" -pytest-asyncio = "^0.21.1" rich = "^13.6.0" click-help-colors = "^0.9.2" certifi = { version = "^2025.1.31", optional = true } @@ -53,6 +51,8 @@ isort = "^5.9.3" flake8 = "^3.9.2" setuptools = "^67.4.0" pytest = "^7.4" +pytest-mock = "^3.11.1" +pytest-asyncio = "^0.21.1" [tool.pytest.ini_options] minversion = "6.0"