# SQL Query Generator - Requirements
# This project uses only Python standard library
# No external dependencies required

# Optional dependencies for database connectivity:
# Uncomment if you want to test the generated queries

# PostgreSQL
# psycopg2-binary==2.9.9

# MySQL
# mysql-connector-python==8.2.0

# SQLite (included in Python standard library)

# SQL Server
# pyodbc==5.0.1

# Oracle
# cx_Oracle==8.3.0

# Testing
# pytest==7.4.3
# pytest-cov==4.1.0

# Development
# black==23.12.1
# flake8==7.0.0
# mypy==1.8.0
