update dependencies and add ruff
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user