We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b02164 commit 4fe9854Copy full SHA for 4fe9854
1 file changed
setup.py
@@ -45,7 +45,7 @@
45
tests_require=TESTS_REQUIRES,
46
extras_require={
47
'test': TESTS_REQUIRES,
48
- 'redis': ['redis>=2.10.5'],
+ 'redis': ['redis>=2.10.5,<7.0.0'],
49
'uwsgi': ['uwsgi>=2.0.0'],
50
'cpphash': ['mmh3cffi==0.2.1'],
51
'asyncio': ['aiohttp>=3.8.4', 'aiofiles>=23.1.0'],
0 commit comments