2025-05-06 08:55:04 +02:00
|
|
|
[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",
|
|
|
|
]
|
2025-01-01 13:59:31 +01:00
|
|
|
[tool.djlint]
|
|
|
|
indent=2
|
|
|
|
max_blank_lines=1
|
|
|
|
max_line_length=89
|