rich>=13.0
textual>=0.80
PyMySQL>=1.1
cryptography>=46.0.3
sqlparse>=0.5

[:sys_platform != "win32" or platform_machine != "ARM64"]
oracledb>=2.0
psycopg[binary]>=3.1
pymssql>=2.2

[dev]
pytest>=7.0
pytest-asyncio>=0.23

[oracle]
oracledb>=2.0

[postgres]
psycopg[binary]>=3.1

[sqlserver]
pymssql>=2.2
