-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpyproject.toml
More file actions
55 lines (55 loc) · 1.33 KB
/
pyproject.toml
File metadata and controls
55 lines (55 loc) · 1.33 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
[project]
name = "rene"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"fastapi>=0.121.1",
"google-auth>=2.43.0",
"gspread>=6.2.1",
"httpx>=0.28.1",
"google-api-python-client>=2.187.0",
"ipykernel>=7.1.0",
"langchain>=1.0.5",
"langchain-core>=1.0.4",
"langchain-openai>=1.0.2",
"langgraph>=1.0.3",
"langsmith>=0.4.42",
"numpy>=2.3.4",
"pandas>=2.3.3",
"pydantic>=2.12.4",
"pydantic-settings>=2.12.0",
"python-dotenv>=1.2.1",
"requests>=2.32.5",
"pymysql>=1.1.2",
"python-multipart>=0.0.20",
"sqlalchemy>=2.0.44",
"uvicorn>=0.38.0",
"pypdf>=5.0.0",
"python-docx>=1.1.0",
"pdfplumber>=0.11.0",
"pytest>=8.0.0",
"httpx>=0.27.0",
"transformers>=4.57.3",
"accelerate>=1.12.0",
"librosa>=0.11.0",
"huggingface-hub>=0.36.0",
"gtts>=2.5.4",
"elevenlabs>=2.24.0",
"pytest-asyncio>=1.3.0",
"optimum>=2.0.0",
"faster-whisper>=1.2.1",
"chromadb>=1.3.5",
"langchain-chroma>=1.0.0",
"markdown>=3.10",
"bs4>=0.0.2",
"reportlab>=4.4.5",
"langchain-text-splitters>=1.1.0",
"langgraph-checkpoint-sqlite>=3.0.1",
"aiosqlite>=0.22.0",
"pydub>=0.25.1",
"fastapi-mail>=1.6.1",
"premailer>=3.10.0",
"dotenv>=0.9.9",
]