mirror of
https://github.com/furyhawk/listen.git
synced 2026-07-21 00:45:36 +00:00
chore: Add development and testing dependencies to requirements-dev.txt
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
# 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]
|
||||
Reference in New Issue
Block a user