-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
37 lines (37 loc) · 974 Bytes
/
Copy pathpyproject.toml
File metadata and controls
37 lines (37 loc) · 974 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
[project]
name = "wante"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"chromadb>=1.2.2",
"discord>=2.3.2",
"dotenv>=0.9.9",
"fastapi>=0.120.0",
"google>=3.0.0",
"google-api-python-client>=2.185.0",
"google-auth>=2.41.1",
"google-auth-httplib2>=0.2.0",
"google-auth-oauthlib>=1.2.2",
"gspread>=6.2.1",
"httpx>=0.28.1",
"ipykernel>=7.0.1",
"langchain==0.3.27",
"langchain-chroma>=0.2.6",
"langchain-community>=0.3.31",
"langchain-core==0.3.79",
"langchain-discord>=1.0.2",
"langchain-discord-shikenso>=1.1.1",
"langchain-openai==0.3.35",
"langchain-postgres>=0.0.16",
"langchain-tavily>=0.2.12",
"langgraph>=1.0.1",
"langgraph-checkpoint-sqlite>=3.0.0",
"pandas>=2.3.3",
"psycopg2>=2.9.11",
"pymupdf>=1.26.5",
"python-multipart>=0.0.20",
"streamlit>=1.50.0",
"uvicorn>=0.38.0",
]