Add django-debug-toolbar

This commit is contained in:
Joakim Hellsén 2024-03-17 03:01:18 +01:00
commit 0e750d1233
No known key found for this signature in database
GPG key ID: D196AE66FEBE1DC9
4 changed files with 70 additions and 4 deletions

View file

@ -14,6 +14,7 @@ gunicorn = "^21.2.0"
dateparser = "^1.2.0"
discord-webhook = "^1.3.1"
django-ninja = "^1.1.0"
django-debug-toolbar = "^4.3.0"
[tool.poetry.group.dev.dependencies]
ruff = "^0.3.0"