# Project Dependencies

# Core Application
langchain~=0.3.25
langchain-core~=0.3.61
langchain-google-genai~=2.1.4
SQLAlchemy~=2.0.41
psycopg2-binary~=2.9.10
python-dotenv~=1.1.0
typer[all]~=0.15.4
rich~=14.0.0
logfire~=3.16.0
tabulate~=0.9.0

# Data Export
pandas~=2.2.2
openpyxl~=3.1.2

# Development Tools
pip
autopep8
mkdocs-material
pre-commit~=4.2.0
flake8~=6.1.0
isort~=5.13.2
uv

# Testing
pytest~=8.3.5
