diff --git a/pyproject.toml b/pyproject.toml index 747fa4b..9708167 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,16 +8,16 @@ readme = "README.md" [tool.poetry.dependencies] aiohttp = { version = "^3.9.1", optional = true } -black = "^23.12.1" mashumaro = "^3.11" python = "^3.9" -ruff = "^0.1.9" [tool.poetry.extras] aiohttp = ["aiohttp"] [tool.poetry.dev-dependencies] +black = "^23.12.1" flake8 = "^6.1.0" +ruff = "^0.1.9" isort = "^5.13.2" mypy = "^1.8.0" pytest = "^7.4.3"