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
+13
View File
@@ -0,0 +1,13 @@
# Dev-only dependencies for local development and testing
# Production dependencies are in requirements.txt
pytest
pytest-asyncio
Flask
gunicorn
Pygments
tomli
exceptiongroup
iniconfig
pluggy