File size: 277 Bytes
4b445f6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Dev/test dependencies (install with: pip install -r requirements-dev.txt)
-r requirements.txt

# === Testing ===
pytest>=8.3.0
pytest-asyncio>=0.24.0
pytest-cov>=6.0.0
pytest-httpx>=0.34.0

# === Linting ===
ruff>=0.8.0
mypy>=1.13.0

# === Local Development ===
ngrok>=1.4.0