feat: project config
CI / test (push) Successful in 32s
CI / build (push) Successful in 1m11s

This commit is contained in:
2026-07-17 08:34:44 +02:00
parent fe36f0a8d9
commit 734309e955
7 changed files with 627 additions and 33 deletions
+14
View File
@@ -6,14 +6,28 @@ readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"django>=6.0.7",
"django-cors-headers>=4.9.0",
"django-environ>=0.14.0",
"django-extensions>=4.1",
"django-filter>=26.1",
"django-silk>=5.5.0",
"django-storages>=1.14.6",
"ipython>=9.15.0",
"pillow>=12.3.0",
"psycopg>=3.3.4",
"pytest-cov>=7.1.0",
"uvicorn>=0.51.0",
"watchman>=0.0.1",
"weasyprint>=69.0",
"whitenoise>=6.12.0",
]
[dependency-groups]
dev = [
"coverage>=7.15.2",
"django-browser-reload>=1.21.0",
"django-debug-toolbar>=7.0.0",
"django-watchfiles>=1.4.0",
"pytest>=9.1.1",
"pytest-django>=4.12.0",
]