File size: 297 Bytes
8eaa451
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
# Development-only dependencies (NOT included in production Docker image)
# Install with: pip install -r requirements-dev.txt

-r requirements.txt

pytest==9.0.2
pytest-cov==7.0.0
pytest-asyncio==1.3.0
httpx==0.28.1   # also used by tests for async client
flake8==7.3.0
isort==7.0.0
black==24.0.0