SQLAlchemy>=2.0
typing-extensions>=4.5

[async]
aiofiles>=23.0

[async-mysql]
aiomysql>=0.2.0

[async-postgresql]
asyncpg>=0.29.0

[async-sqlite]
aiosqlite>=0.19.0

[dev]
pytest>=8.0
pytest-cov>=4.1
pytest-xdist>=3.5
mypy>=1.8
ruff>=0.6
pre-commit>=3.5

[pandas]
pandas>=2.1

[polars]
polars>=1.0
