pydantic>=2.0.0
typer>=0.9.0
sqlalchemy>=2.0.0
motor>=3.0.0
pymongo>=4.0.0
asyncpg>=0.28.0
aiosqlite>=0.19.0

[cassandra]
cassandra-driver>=3.25.0

[cli]
rich>=13.0.0

[dev]
pytest>=7.0.0
pytest-asyncio>=0.21.0
black>=23.0.0
isort>=5.12.0
mypy>=1.0.0
rich>=13.0.0
watchdog>=3.0.0

[mysql]
pymysql>=1.0.0

[postgres]
psycopg2-binary>=2.9.0
