Update requirements-dev.txt

This commit is contained in:
sh4un
2025-11-18 18:56:24 -05:00
committed by GitHub
parent 69bd77f19f
commit 36d5d53265

View File

@@ -3,11 +3,8 @@
# Include runtime requirements
-r requirements.txt
# Testing framework
pytest>=7.0.0,<8.0.0
pytest-cov>=4.0.0,<5.0.0 # For coverage reporting
# Linting and static analysis (optional but recommended)
pytest-cov>=4.0.0,<5.0.0
pytest-mock>=3.10.0,<4.0.0
flake8>=6.0.0,<7.0.0
mypy>=1.0.0,<2.0.0
mypy>=1.0.0,<2.0.00