feat: install flask

This commit is contained in:
Christoph J. Scherr 2025-02-07 16:00:17 +01:00
parent 68228d0e04
commit a0dfc84aea
No known key found for this signature in database
GPG key ID: 9EB784BB202BB7BB
3 changed files with 91 additions and 3 deletions

View file

@ -10,6 +10,7 @@ requires-python = ">=3.10"
dependencies = [
"jinja2 (>=3.1.5,<4.0.0)",
"pytest>=7.0.0",
"flask (>=3.1.0,<4.0.0)",
]
@ -26,4 +27,3 @@ testpaths = ["tests"]
python_files = ["test_*.py"]
python_classes = ["Test*"]
python_functions = ["test_*"]