update dependencies and add ruff

This commit is contained in:
2026-02-19 18:42:42 +01:00
parent 10d3254dda
commit 8a1a5ac000

View File

@@ -4,10 +4,15 @@ version = "0.1.0"
requires-python = ">=3.14" requires-python = ">=3.14"
dependencies = [ dependencies = [
"django==6.0.2", "django==6.0.2",
"gunicorn==23.0.0", "gunicorn==25.1.0",
"psycopg[binary]==3.3.3", "psycopg[binary]==3.3.3",
] ]
[dependency-groups]
dev = [
"ruff==0.15.1",
]
[tool.ruff] [tool.ruff]
target-version = "py314" target-version = "py314"
line-length = 120 line-length = 120