Skip to content

Commit

Permalink
Update poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash-Crow committed Jan 16, 2025
1 parent ecca05c commit 1947d7d
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,17 @@ dependencies = [
"faker<25.0.0,>=24.3.0",
]

[dependency-groups]
dev = [
"black<25.0.0,>=24.3.0",
"flake8<7.0.0,>=6.1.0",
"isort<6.0.0,>=5.12.0",
"pre-commit<4.0.0,>=3.5.0",
"djlint<2.0.0,>=1.34.0",
"django-extensions<4.0.0,>=3.2.3",
"ipython<9.0.0,>=8.18.1",
"django-compressor<5.0,>=4.4",
"django-debug-toolbar<5.0.0,>=4.4.2",
"ruff<1.0.0,>=0.4.10",
]
[tool.poetry.group.dev.dependencies]
black = "^24.3.0"
flake8 = "^6.1.0"
isort = "^5.12.0"
pre-commit = "^3.5.0"
djlint = "^1.34.0"
django-extensions = "^3.2.3"
ipython = "^8.18.1"
django-compressor = "^4.4"
django-debug-toolbar = "^4.4.2"
ruff = "^0.4.10"

[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
Expand Down

0 comments on commit 1947d7d

Please sign in to comment.