# KB Framework - Development Dependencies
#
# Install: pip install -r requirements-dev.txt
# (Also installs core dependencies via -r requirements.txt)

-r requirements.txt

# ── Testing ───────────────────────────────────────────────────────
# pytest for unit/integration test runner
# Used by: tests/ directory (all test files)
pytest>=7.0.0

# pytest-asyncio for async test support
# Used by: tests/test_llm/ (async engine tests)
pytest-asyncio>=0.21.0