# Minimal Requirements
# ====================
# 
# Essential dependencies only - for users who want minimal installation
# Note: This only supports SQLite. For other databases, use requirements.txt

typer>=0.9.0
sqlalchemy>=2.0.0
pyyaml>=6.0
python-dotenv>=1.0.0
tabulate>=0.9.0
typing-extensions>=4.0.0
