Update pyproject.toml dependencies and regenerate lockfile

This commit is contained in:
2025-12-31 14:14:46 +01:00
parent 2044d609b6
commit 9c55fcd828
2 changed files with 715 additions and 1 deletions

View File

@@ -4,5 +4,21 @@ version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.13"
dependencies = [
"dj-database-url>=3.0.1",
"django>=6.0",
"django-constance>=4.3.4",
"django-extensions>=4.1",
"django-phonenumber-field[phonenumbers]>=8.4.0",
"django-polymorphic>=4.5.1",
"django-tailwind[cookiecutter,honcho,reload]>=4.4.2",
"pillow>=12.0.0",
"psycopg2-binary>=2.9.11",
"python-decouple>=3.8",
"rules>=3.5",
]
[dependency-groups]
dev = [
"coverage>=7.13.1",
"ruff>=0.14.10",
]