Files
listen/requirements-dev.txt
T

23 lines
303 B
Plaintext

# Development / test dependencies for local setup
# Install with: `python -m pip install -r requirements-dev.txt`
# Testing
pytest
pytest-asyncio
pytest-cov
pytest-xdist
# Tools
ruff
mypy
pre-commit
# HTTP client for tests
httpx
# Coverage helper
coverage
# Uvicorn for local run
uvicorn[standard]