-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
63 lines (54 loc) · 1.13 KB
/
requirements.txt
File metadata and controls
63 lines (54 loc) · 1.13 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# CORE RUNTIME
# ------------
pydantic>=2.6.0
pydantic-settings>=2.1.0
structlog>=24.1.0
tenacity>=8.2.3
python-dotenv>=1.0.0
# BACKEND HTTP API
# ----------------
fastapi>=0.109.0
uvicorn[standard]>=0.27.0
# Linux / WSL only
uvloop>=0.19.0
sqlalchemy>=2.0.0
alembic>=1.12.0
jinja2>=3.1.3
# SECURITY & AUTHENTICATION
# -------------------------
python-multipart>=0.0.9
python-jose[cryptography]>=3.3.0
passlib[bcrypt]>=1.7.4
# INFRASTRUCTURE & PERSISTENCE
# ----------------------------
redis>=5.0.1
arq>=0.25.0
boto3>=1.34.0
aiofiles>=23.1.0
# NETWORKING & EXTERNAL APIS
# --------------------------
httpx>=0.26.0
requests>=2.31.0
# OBSERVABILITY & TELEMETRY
# -------------------------
opentelemetry-api>=1.22.0
opentelemetry-sdk>=1.22.0
opentelemetry-instrumentation-fastapi>=0.43b0
opentelemetry-exporter-otlp-proto-http>=1.22.0
# AI INTEGRATION
# --------------
google-genai>=1.0.0
# ARCHITECTURE / DI
# -----------------
dependency-injector>=4.41.0
# GRAMMATICAL FRAMEWORK
# ---------------------
pgf==1.1
# DEV / QA / TOOLING
# ------------------
pytest>=8.0.0
pytest-asyncio>=0.23.0
pandas>=1.5.0
black>=24.1.0
flake8>=7.0.0
mypy>=1.8.0