From 7c3f6f35b97c6d7a79161ebb1da8e1ac0ffc2eeb Mon Sep 17 00:00:00 2001 From: Nicolas Frank Date: Wed, 11 Sep 2024 16:00:07 +0200 Subject: [PATCH] Add linting to pyproject.toml --- pyproject.toml | 6 ++++++ 1 file changed, 6 insertions(+) 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]