Add django_tables2

This commit is contained in:
Joakim Hellsén 2025-08-01 22:18:20 +02:00
commit 0dd8a5ec49
3 changed files with 205 additions and 0 deletions

View file

@ -9,11 +9,13 @@ dependencies = [
"django-browser-reload>=1.18.0",
"django-debug-toolbar>=5.2.0",
"django-stubs[compatible-mypy]>=5.2.2",
"django-tables2>=2.7.5",
"django-watchfiles>=1.1.0",
"djlint>=1.36.4",
"orjson>=3.11.1",
"platformdirs>=4.3.8",
"python-dotenv>=1.1.1",
"tablib[all]>=3.8.0",
]
[dependency-groups]