pydantic<3,>=2.0
sqlalchemy[asyncio]<3,>=2.0
alembic>=1.13
greenlet>=3.0

[all]
apikeys-platform[postgresql,sqlite]

[dev]
pytest>=8
pytest-asyncio>=0.24
aiosqlite>=0.19

[postgresql]
asyncpg>=0.29
psycopg2-binary>=2.9

[sqlite]
aiosqlite>=0.19
