-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
33 lines (30 loc) · 885 Bytes
/
pyproject.toml
File metadata and controls
33 lines (30 loc) · 885 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
[project]
name = "langgraph-research"
version = "0.1.0"
description = "A research tool for automated literature review generation"
authors = [
{name = "franciszek-latala",email = "Franciszek.Latala@crowe-peak.nl"}
]
readme = "README.md"
requires-python = "^3.12"
dependencies = [
"langgraph (>=0.5.2)",
"langchain-openai (>=0.3.27)",
"python-dotenv (>=1.1.1,<2.0.0)",
"langchain-core (>=0.3.68)",
"langchain-community (>=0.3.27)",
"langchain-chroma (>=0.1.0)",
"langchain-tavily (>=0.2.0)",
"tavily-python (>=0.5.0)",
"arxiv (>=2.2.0,<3.0.0)",
"pymupdf (>=1.26.3,<2.0.0)",
"sqlalchemy (>=2.0.0,<3.0.0)",
"chromadb (>=0.5.0,<1.0.0)",
"posthog (>=2.4.0,<6.0.0)",
"rich (>=14.2.0,<15.0.0)",
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
package-mode = false