nummi/pyproject.toml
Edgar P. Burkhart 2c0e7b7699
All checks were successful
Build and push Docker image / build (push) Successful in 1m39s
Move to UV and Docker
2025-05-06 08:55:04 +02:00

17 lines
341 B
TOML

[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
max_line_length=89