Move to UV and Docker
All checks were successful
Build and push Docker image / build (push) Successful in 1m39s

This commit is contained in:
Edgar P. Burkhart 2025-05-06 08:55:04 +02:00
parent 08732b6ad4
commit 2c0e7b7699
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
7 changed files with 236 additions and 4 deletions

View file

@ -1,3 +1,16 @@
[project]
name = "nummi"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"django>=5.2",
"gunicorn>=23.0.0",
"psycopg[binary]>=3.2.6",
"pypdf>=5.4.0",
"python-dateutil>=2.9.0.post0",
]
[tool.djlint]
indent=2
max_blank_lines=1