# CSV to SQL Loader - Dependencies

# Core framework (no dependencies)
# kaygraph  # Installed from parent directory

# Optional database drivers (install as needed)

# PostgreSQL support
# psycopg2-binary>=2.9.0

# MySQL support
# mysql-connector-python>=8.0.0

# Note: SQLite support is built into Python standard library
