🏗️(core) migrate from pip to uv

We want to migrate our projects from pip to uv to take the benefits of
the lock file and have reproducible installations.
A first uv.lock file is comitted and the Dockerfile and compose are
modified to work with uv
This commit is contained in:
Quentin BEY
2026-01-29 22:51:33 +01:00
parent 6ae195b90c
commit 38d2125ecf
5 changed files with 1815 additions and 25 deletions

View File

@@ -17,13 +17,13 @@ classifiers = [
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.13",
]
description = "An application to handle contacts and teams."
keywords = ["Django", "Contacts", "Teams", "RBAC"]
license = { file = "LICENSE" }
readme = "README.md"
requires-python = ">=3.11"
requires-python = "~=3.13.0"
dependencies = [
"Brotli==1.2.0",
"PyJWT==2.10.1",

1772
src/backend/uv.lock generated Normal file

File diff suppressed because it is too large Load Diff