trrithvik/llm-analysis-agent-api
0
1[project]2name = "tdsproject2"3version = "0.1.0"4description = "Add your description here"5readme = "README.md"6requires-python = ">=3.12"7dependencies = [8 "playwright>=1.56.0",9 "beautifulsoup4>=4.14.2",10 "langgraph>=1.0.3",11 "langchain>=0.2.0",12 "langchain-community>=0.2.0",13 "langchain-google-genai>=1.0.0",14 "google-genai>=0.17.0",15 "jsonpatch>=1.33",16 "python-dotenv>=1.2.1",17 "pandas>=2.3.3",18 "fastapi>=0.121.3",19 "uvicorn>=0.38.0",20 "requests>=2.32.5",21]22 