-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
53 lines (47 loc) · 1.23 KB
/
requirements.txt
File metadata and controls
53 lines (47 loc) · 1.23 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
# ===============================
# Core API / Server
# ===============================
fastapi>=0.128,<1.0
uvicorn[standard]>=0.40,<1.0
httpx>=0.28,<1.0
python-multipart>=0.0.22,<1.0
# ===============================
# Config / Env
# ===============================
pydantic>=2.12,<3.0
pydantic-settings>=2.12,<3.0
python-dotenv>=1.2,<2.0
# ===============================
# Audio Processing (STT/TTS common)
# ===============================
numpy>=1.26,<2.0
sounddevice>=0.5,<1.0
soundfile>=0.13,<1.0
librosa>=0.11,<1.0
# ===============================
# Google Cloud (STT / TTS)
# ===============================
google-cloud-speech>=2.36,<3.0
google-cloud-texttospeech>=2.34,<3.0
google-auth>=2.47,<3.0
# ===============================
# LangGraph / RAG
# ===============================
langgraph>=1.0,<2.0
langchain>=1.2,<2.0
langchain-community>=0.4,<1.0
langsmith>=0.7,<1.0
sentence-transformers>=2.7,<3.0
pypdf>=4.3,<5.0
pdfplumber>=0.11,<1.0
pymupdf4llm>=0.3,<1.0
openai>=2.17,<3.0
# ===============================
# Vector DB / Postgres
# ===============================
psycopg[binary]>=3.3,<4.0
pgvector>=0.4,<1.0
# ===============================
# Optional (로컬 FAISS 쓸 때만)
# ===============================
faiss-cpu>=1.13,<2.0