Fix docker build

This commit is contained in:
2025-02-27 17:27:03 +00:00
parent 85c72462c4
commit 076e2464a0
4 changed files with 200 additions and 34 deletions

View File

@@ -7,7 +7,7 @@ authors = [
]
license = {text = "MIT"}
readme = "README.md"
requires-python = "<=3.11"
requires-python = ">=3.9,<3.10"
dependencies = [
"flask (>=3.1.0,<4.0.0)",
"waitress (>=3.0.2,<4.0.0)",