diff --git a/pyproject.toml b/pyproject.toml index b4edde7..080d2bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,6 +11,12 @@ readme = "README.md" requires-python = ">=3.10" dynamic = ["version"] dependencies = [ + "mypy", + "pytest", + "pytest-cov", + "pytest_asyncio", + "pytest_httpx", + "ruff", ] [tool.setuptools.dynamic]