Skip to content

Commit bab5b1e

Browse files
committed
fix: align requirements.txt and pyproject.toml dependencies
1 parent 4cf385a commit bab5b1e

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,18 @@ requires-python = ">=3.8"
1515
dependencies = [
1616
"streamlit>=1.28.0",
1717
"langchain>=0.1.0",
18+
"langchain-core",
19+
"langchain-groq",
1820
"langgraph>=0.1.0",
1921
"groq>=0.4.0",
2022
"tavily-python>=0.1.0",
2123
"requests>=2.28.0",
22-
"psycopg2-binary>=2.9.0",
24+
"psycopg>=3.0.0",
25+
"psycopg_pool>=3.0.0",
2326
"langgraph-checkpoint-postgres",
2427
"reportlab>=3.6.0",
25-
"python-dotenv>=1.0.0"
28+
"python-dotenv>=1.0.0",
29+
"ratelimit>=2.2.1"
2630
]
2731

2832
[project.urls]

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
streamlit>=1.28.0
22
langchain>=0.1.0
3+
langchain-core
4+
langchain-groq
35
langgraph>=0.1.0
46
langgraph-checkpoint-postgres
57
groq>=0.4.0

0 commit comments

Comments
 (0)