deprecated>=1.2
setuptools
packaging<23,>=21
typing_extensions

[all]
redis<5.0.0,>3
redis>=4.2.0
pymemcache<5.0.0,>3
pymongo<5,>3
etcd3
motor<4,>=3
aetcd

[all:python_version < "3.11"]
emcache>=0.6.1

[all:python_version > "3.7"]
coredis<5,>=3.4.0

[all:python_version >= "3.11"]
emcache>=1

[async-etcd]
aetcd

[async-memcached]

[async-memcached:python_version < "3.11"]
emcache>=0.6.1

[async-memcached:python_version >= "3.11"]
emcache>=1

[async-mongodb]
motor<4,>=3

[async-redis]

[async-redis:python_version > "3.7"]
coredis<5,>=3.4.0

[etcd]
etcd3

[memcached]
pymemcache<5.0.0,>3

[mongodb]
pymongo<5,>3

[redis]
redis<5.0.0,>3

[rediscluster]
redis>=4.2.0
