Move to UV and Docker
All checks were successful
Build and push Docker image / build (push) Successful in 1m39s
All checks were successful
Build and push Docker image / build (push) Successful in 1m39s
This commit is contained in:
parent
08732b6ad4
commit
2c0e7b7699
7 changed files with 236 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue