update of the python packages in the pyproject.toml

This commit is contained in:
Michael Mäder
2025-03-11 15:50:27 +01:00
parent 71c837d931
commit d7465c4c1e
2 changed files with 394 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ dependencies = [
"Flask>=3.0.2",
"flask-wtf>=1.2.1",
]
requires-python = ">3.10"
requires-python = ">3.11"
readme = "README.md"
license = {text = "MIT"}