Refactor requirements files to remove version pinning for better flexibility in dependency management; add dev-only dependencies in a new requirements-dev.txt file.

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-27 20:57:26 +02:00
parent f9ada784db
commit 508f0e5d40
4 changed files with 81 additions and 100 deletions
+7 -7
View File
@@ -1,7 +1,7 @@
Flask==3.1.3
gunicorn==23.0.0
httpx==0.28.1
itsdangerous==2.2.0
Jinja2==3.1.6
MarkupSafe==3.0.3
Werkzeug==3.1.8
Flask
gunicorn
httpx
itsdangerous
Jinja2
MarkupSafe
Werkzeug