cython>=3.0

[all]
uvloop>=0.19
orjson>=3.9
redis[asyncio]>=5.0
aiomcache>=0.8
httpx>=0.27

[cache]
redis[asyncio]>=5.0
aiomcache>=0.8

[dev]
pytest>=8.0
pytest-asyncio>=0.23
httpx>=0.27

[fast]
uvloop>=0.19
orjson>=3.9

[memcached]
aiomcache>=0.8

[redis]
redis[asyncio]>=5.0
