mirror of
https://github.com/furyhawk/listen.git
synced 2026-07-20 16:35:35 +00:00
24 lines
309 B
Plaintext
24 lines
309 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
|
|
isort
|
|
|
|
# HTTP client for tests
|
|
httpx
|
|
|
|
# Coverage helper
|
|
coverage
|
|
|
|
# Uvicorn for local run
|
|
uvicorn[standard]
|