
[all]
redis<4.0.0,>3
redis-py-cluster<3,>=2.0.0
pymemcache<4.0.0,>3
pymongo<4,>3
motor<3,>=2.5

[all:python_version < "3.10"]
aredis<2,>1.0.4
emcache>0.3

[async-memcached]

[async-memcached:python_version < "3.10"]
emcache>0.3

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

[async-redis]

[async-redis:python_version < "3.10"]
aredis<2,>1.0.4

[memcached]
pymemcache<4.0.0,>3

[mongodb]
pymongo<4,>3

[redis]
redis<4.0.0,>3

[rediscluster]
redis-py-cluster<3,>=2.0.0
