Skip to content

Commit

Permalink
move debug-toolbar to test deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tykling committed May 5, 2024
1 parent fd6680e commit 3d1a685
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 @@ -45,14 +45,14 @@ requires-python = ">=3.10"
[project.optional-dependencies]
dev = [
"pre-commit==3.3.2",
"django-debug-toolbar==4.1.0",
]
test = [
"coverage==7.2.2",
"factory-boy==3.2.1",
"pytest-django==4.8.0",
"pytest-cov==5.0.0",
"tox==4.14.2",
"django-debug-toolbar==4.1.0",
]

[project.urls]
Expand Down

0 comments on commit 3d1a685

Please sign in to comment.