core-etl>=3.1.2
core-mixins>=3.0.3

[all]
PyMySQL>=1.1.1
psycopg>=3.2.3
pymongo>=4.6.0
ibm-db>=3.2.3
snowflake-connector-python>=3.13.1

[all:platform_python_implementation == "CPython"]
psycopg-binary>=3.2.3
oracledb>=2.5.0
pyodbc>=5.2.0

[db2]
ibm-db>=3.2.3

[dev]
core-dev-tools>=1.2.1
core-tests>=2.0.5
types-ibm-db>=3.2.3.20241212

[mongo]
pymongo>=4.6.0

[mssql]

[mssql:platform_python_implementation == "CPython"]
pyodbc>=5.2.0

[mysql]
PyMySQL>=1.1.1

[oracle]

[oracle:platform_python_implementation == "CPython"]
oracledb>=2.5.0

[postgres]
psycopg>=3.2.3

[postgres:platform_python_implementation == "CPython"]
psycopg-binary>=3.2.3

[snowflake]
snowflake-connector-python>=3.13.1
