-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
43 lines (38 loc) · 915 Bytes
/
pyproject.toml
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
[tool.poetry]
name = "littleagent"
version = "0.1.0"
description = ""
authors = ["blurrrryface <[email protected]>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
loguru = "^0.7.2"
tqdm = "^4.66.4"
streamlit = "^1.34.0"
streamlit-extras = "^0.4.2"
nbconvert = "^7.16.4"
python-dotenv = "^1.0.1"
sqlglot = "^25.1.0"
websocket-client = "^1.8.0"
numexpr = "^2.10.0"
langchain-openai = "^0.1.7"
psycopg2-binary = "^2.9.9"
langchainhub = "^0.1.16"
langgraph = "^0.0.69"
langchain = "^0.2.5"
langchain-community = "^0.2.5"
jupyter = "^1.0.0"
tavily-python = "^0.3.3"
langchain-postgres = "^0.0.7"
langchain-experimental = "^0.0.61"
wikipedia = "^1.4.0"
shapely = "^2.0.4"
pymupdf = "^1.24.7"
oss2 = "^2.18.6"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[[tool.poetry.source]]
name = "aliyun"
url = "http://mirrors.aliyun.com/pypi/simple"
default = true