httpx>=0.28.1
pyjwt[crypto]>=2.10.1
requests>=2.32.3

[acl-django]
django>=4.2
psycopg[binary]>=3.1

[acl-sqlalchemy]
sqlalchemy<3.0,>=2.0
asyncpg>=0.29
alembic>=1.13

[all]
django>=6.0
fastapi>=0.115
starlette>=0.37
django>=4.2
psycopg[binary]>=3.1
strawberry-graphql>=0.255
sqlalchemy<3.0,>=2.0
asyncpg>=0.29
alembic>=1.13
redis>=5.0

[cache-redis]
redis>=5.0

[dev]
pytest<9.0.0,>=8.0.0
pytest-asyncio<1.0.0,>=0.23.0
mypy<2.0.0,>=1.11.0
types-requests<3.0.0.0,>=2.32.0.0
types-PyJWT<2.0.0,>=1.7.0
testcontainers[postgres,redis]>=4.0

[django]
django>=4.2

[fastapi]
fastapi>=0.115
starlette>=0.37

[strawberry]
strawberry-graphql>=0.255
