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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user