Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
joostlek committed Jan 25, 2024
1 parent 5eac2d9 commit 6f7c1ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ readme = "README.md"

[tool.poetry.dependencies]
aiohttp = { version = "^3.9.1", optional = true }
black = "^23.12.1"
mashumaro = "^3.11"
python = "^3.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"
Expand Down

0 comments on commit 6f7c1ae

Please sign in to comment.