datasketch>=1.5.0
tqdm>=4.60.0
SQLAlchemy>=1.4.0
pydantic>=2.0.0
pandas>=1.3.0
requests>=2.25.0

[all]
psycopg2-binary>=2.9.0
mysql-connector-python>=8.0.0
mariadb>=1.1.0
pyodbc>=4.0.0
pymssql>=2.3.0
cx_Oracle>=8.3.0
oracledb>=3.0.0
supabase>=2.0.0

[dev]
pytest>=7.0.0
pytest-cov>=4.0.0
black>=22.0.0
flake8>=5.0.0
mypy>=1.0.0
pre-commit>=3.0.0
build>=1.0.0
twine>=4.0.0
psutil>=5.8.0
docker>=6.0.0

[mariadb]
mariadb>=1.1.0

[mysql]
mysql-connector-python>=8.0.0

[oracle]
cx_Oracle>=8.3.0
oracledb>=3.0.0

[postgresql]
psycopg2-binary>=2.9.0

[sqlite]

[sqlserver]
pyodbc>=4.0.0
pymssql>=2.3.0

[supabase]
supabase>=2.0.0
postgrest-py>=0.10.0
gotrue-py>=1.0.0

[test-mysql]
pytest>=7.0.0
mysql-connector-python>=8.0.0

[test-postgresql]
pytest>=7.0.0
psycopg2-binary>=2.9.0
