Skip to content

Commit

Permalink
Merge pull request #4 from joostlek/patch-1
Browse files Browse the repository at this point in the history
Move Ruff to dev dependencies
  • Loading branch information
frwickst committed Jan 25, 2024
2 parents fac1553 + 6f7c1ae commit 5182aaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5182aaa

Please sign in to comment.