brief-rags-bench/requirements-dev.txt

20 lines
223 B
Plaintext
Raw Normal View History

2025-12-18 00:24:00 +01:00
# Development and Testing Dependencies
# Include production requirements
-r requirements.txt
# Testing framework
pytest
pytest-asyncio
pytest-cov
pytest-mock
black
flake8
mypy
isort
# Coverage reporting
coverage[toml]