File size: 742 Bytes
52adb86
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ba6ff48
 
 
 
 
52adb86
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[project]
name = "text-to-sql-agent"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
    "faker>=40.21.0",
    "fastapi>=0.136.3",
    "fastembed>=0.8.0",
    "langchain>=1.3.4",
    "langchain-community>=0.4.2",
    "langchain-core>=1.4.0",
    "langchain-openai>=1.2.2",
    "langgraph>=1.2.4",
    "langgraph-checkpoint-postgres>=3.1.0",
    "langsmith>=0.8.8",
    "psycopg-binary>=3.3.4",
    "python-dotenv>=1.2.2",
    "qdrant-client>=1.18.0",
    "sqlalchemy>=2.0.50",
    "streamlit>=1.58.0",
    "pymysql",
    "psycopg2-binary>=2.9.12",
    "pyodbc>=5.3.0",
    "oracledb>=4.0.1",
    "snowflake-sqlalchemy>=1.10.0",
    "sqlalchemy-bigquery>=1.17.0",
]