
[all]
asyncpg>=0.29
mcp>=1.12
mysql-connector-python>=9.0
psycopg[binary]>=3.1
pydantic>=2.0

[asyncpg]
asyncpg>=0.29

[dev]
pytest>=7.0
mypy>=1.0
ruff>=0.1

[mcp]
mcp>=1.12

[mysql]
mysql-connector-python>=9.0

[orm]
pydantic>=2.0

[postgres]
psycopg[binary]>=3.1
