-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpyproject.toml
More file actions
41 lines (41 loc) · 1 KB
/
Copy pathpyproject.toml
File metadata and controls
41 lines (41 loc) · 1 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
[project]
name = "mumulmumul"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"chromadb>=1.3.5",
"dotenv>=0.9.9",
"fastapi>=0.121.3",
"jupyter>=1.1.1",
"langchain>=1.0.8",
"langchain-chroma>=1.0.0",
"langchain-community>=0.4.1",
"langchain-core>=1.0.7",
"langchain-openai>=1.0.3",
"langchain-text-splitters>=1.0.0",
"langgraph>=1.0.3",
"pdf2image>=1.17.0",
"pymupdf>=1.26.6",
"pypdf>=6.3.0",
"pytesseract>=0.3.13",
"schema>=0.7.8",
"motor>=3.7.1",
"openai-whisper==20231117",
"pydantic>=2.12.4",
"pydantic-settings>=2.12.0",
"pymongo>=4.15.4",
"python-multipart>=0.0.20",
"soundfile>=0.13.1",
"sqlalchemy>=2.0.44",
"uvicorn>=0.38.0",
"websockets>=15.0.1",
"faster-whisper==1.0.3",
"sentence-transformers>=5.1.2",
"pytz>=2025.2",
"noisereduce>=3.0.3",
"kiwipiepy>=0.22.2",
"wordcloud>=1.9.5",
"streamlit>=1.52.2",
]