Talk2DatabaseAgent / pyproject.toml
Kshitijk20's picture
added gemini model
c9e9e4d
raw
history blame contribute delete
652 Bytes
[project]
name = "backend"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"bcrypt==4.3.0",
"fastapi>=0.116.1",
"ipykernel>=6.29.5",
"ipython>=9.4.0",
"langchain>=0.3.26",
"langchain-community>=0.3.27",
"langchain-core>=0.3.68",
"langchain-google-genai>=2.1.9",
"langchain-groq>=0.3.6",
"langgraph>=0.5.3",
"pandas>=2.3.1",
"passlib>=1.7.4",
"psycopg2-binary>=2.9.10",
"pydantic>=2.11.7",
"pymysql>=1.1.1",
"python-multipart>=0.0.20",
"sqlalchemy>=2.0.41",
"streamlit>=1.46.1",
"uvicorn>=0.35.0",
]