feat: Dockerfile
Python Lint CI / ruff (push) Has been cancelled
Python Lint CI / ruff-format-check (push) Has been cancelled
Python Lint CI / ty (push) Has been cancelled

This commit is contained in:
2026-07-14 15:22:05 +02:00
parent 4ab7b06b8f
commit f4667b4f6e
3 changed files with 31 additions and 4 deletions
-3
View File
@@ -2,7 +2,6 @@
name = "tout-doux"
version = "0.0.0"
description = ""
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"flask-limiter[redis]>=4.1.1,<5.0.0",
@@ -20,8 +19,6 @@ build-backend = "uv_build"
[dependency-groups]
dev = [
"coverage>=7.13.5,<8.0.0",
"pytest>=9.0.3,<10.0.0",
"ruff>=0.15.12,<0.16.0",
"ty>=0.0.34,<0.0.35",
]