9 lines
167 B
Plaintext
9 lines
167 B
Plaintext
# Development and testing dependencies
|
|
# Install with: pip install -r requirements-dev.txt
|
|
|
|
pytest>=7.0.0
|
|
pytest-asyncio>=0.21.0
|
|
httpx>=0.27.0
|
|
ruff>=0.1.0
|
|
mypy>=1.7.0
|