-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
44 lines (40 loc) · 981 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
44
[tool.poetry]
name = "researcher"
version = "0.1.0"
description = ""
authors = ["Kanish Gosain <[email protected]>"]
license = "Apache 2.0"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
boto3 = "^1.35.46"
streamlit = "^1.39.0"
python-dotenv = "^1.0.1"
langchain = "^0.3.4"
langchain-openai = "^0.2.3"
langchain-community = "^0.3.3"
fastapi = "^0.115.3"
pydantic = "^2.9.2"
uvicorn = "^0.32.0"
tavily-python = "^0.5.0"
cryptography = "^43.0.3"
email-validator = "^2.2.0"
pyjwt = "^2.9.0"
streamlit-cookies-manager = "^0.2.0"
langchain-core = "^0.3.12"
psycopg = "^3.2.3"
langgraph = "^0.2.39"
psycopg-pool = "^3.2.3"
langgraph-checkpoint-postgres = "^2.0.2"
langchain-postgres = "^0.0.12"
python-multipart = "^0.0.16"
faiss-cpu = "^1.9.0"
psycopg2 = "^2.9.10"
pymupdf = "^1.24.13"
[tool.poetry.group.dev.dependencies]
black = "^24.10.0"
watchdog = "^5.0.3"
isort = "^5.13.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"