chore: drop three more dependencies nothing imports

- langchain-experimental, parsel, tqdm
This commit is contained in:
Yijia-Xiao
2026-09-18 01:49:52 +00:00
parent d5ba41bac3
commit 4acdc16513

View File

@@ -11,13 +11,11 @@ requires-python = ">=3.10"
dependencies = [ dependencies = [
"langchain-core>=0.3.81", "langchain-core>=0.3.81",
"langchain-anthropic>=0.3.15", "langchain-anthropic>=0.3.15",
"langchain-experimental>=0.3.4",
"langchain-google-genai>=4.0.0", "langchain-google-genai>=4.0.0",
"langchain-openai>=0.3.23", "langchain-openai>=0.3.23",
"langgraph>=0.4.8", "langgraph>=0.4.8",
"langgraph-checkpoint-sqlite>=2.0.0", "langgraph-checkpoint-sqlite>=2.0.0",
"pandas>=2.3.0", "pandas>=2.3.0",
"parsel>=1.10.0",
"python-dotenv>=1.0.0", "python-dotenv>=1.0.0",
"pytz>=2025.2", "pytz>=2025.2",
"questionary>=2.1.0", "questionary>=2.1.0",
@@ -25,7 +23,6 @@ dependencies = [
"rich>=14.0.0", "rich>=14.0.0",
"typer>=0.21.0", "typer>=0.21.0",
"stockstats>=0.6.5", "stockstats>=0.6.5",
"tqdm>=4.67.1",
"typing-extensions>=4.14.0", "typing-extensions>=4.14.0",
"yfinance>=1.4.1", "yfinance>=1.4.1",
] ]