Add new dependencies to uv.lock file

This commit is contained in:
2026-01-02 14:24:00 +01:00
parent 2044d609b6
commit cb04e908ce
2 changed files with 578 additions and 1 deletions

View File

@@ -4,5 +4,17 @@ 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-tailwind[cookiecutter,honcho]>=4.4.2",
"python-decouple>=3.8",
]
[dependency-groups]
dev = [
"coverage>=7.13.1",
"ruff>=0.14.10",
]