SQlord / pyproject.toml
nextmarte's picture
inicial
845e2dd
raw
history blame contribute delete
543 Bytes
[project]
name = "sqlord"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"gradio[mcp]>=5.33.0",
"langchain[anthropic]>=0.3.25",
"langchain-anthropic>=0.3.15",
"langchain-community>=0.3.24",
"langchain-experimental>=0.3.4",
"langchain-google-genai>=2.1.5",
"langchain-openai>=0.3.21",
"langgraph>=0.4.8",
"pandas>=2.3.0",
"plotly>=6.1.2",
"psycopg2-binary>=2.9.10",
"python-dotenv>=1.1.0",
"sqlalchemy>=2.0.41",
]