# Project Dependencies

# Core Application
SQLAlchemy~=2.0.41
python-dotenv~=1.1.0
psycopg2-binary~=2.9.10
langchain~=0.3.25
langchain-core~=0.3.61
langchain-google-genai~=2.1.4
# Includes extras like "rich" if installed via this file
typer[all]~=0.15.4
rich~=14.0.0
logfire~=3.16.0
tabulate~=0.9.0

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

# Testing
pytest~=8.3.5
# coverage # Optional: for test coverage

# Optional Features (add sections here if needed)
