-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
46 lines (39 loc) · 757 Bytes
/
Copy pathrequirements.txt
File metadata and controls
46 lines (39 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Web Framework
fastapi==0.109.0
uvicorn[standard]==0.27.0
gunicorn==21.2.0
pydantic==2.5.3
pydantic-settings==2.1.0
# Database
asyncpg==0.29.0
psycopg2-binary==2.9.9
sqlalchemy==2.0.25
alembic==1.13.1
# Cache
redis==5.0.1
hiredis==2.3.2
# ML
scikit-learn==1.4.0
numpy==1.26.3
joblib==1.3.2
# Monitoring
prometheus-client==0.19.0
opentelemetry-api==1.22.0
opentelemetry-sdk==1.22.0
opentelemetry-instrumentation-fastapi==0.43b0
# Utilities
python-json-logger==2.0.7
tenacity==8.2.3
python-multipart==0.0.6
httpx==0.26.0
# Development
pytest==7.4.4
pytest-asyncio==0.23.3
pytest-cov==4.1.0
pytest-mock==3.12.0
ruff==0.1.14
black==24.1.1
mypy==1.8.0
pre-commit==3.6.0
# Load Testing (optional local install)
# Install k6 separately via package manager