Make quart-session compatible with aioredis 2.0

This commit is contained in:
Adrien YHUEL
2021-08-31 04:33:41 +02:00
parent ff41a72222
commit 264a9ad369
2 changed files with 9 additions and 5 deletions
+4 -1
View File
@@ -38,7 +38,10 @@ setup(
platforms='any',
install_requires=INSTALL_REQUIRES,
tests_require=INSTALL_REQUIRES + ["asynctest", "hypothesis", "pytest", "pytest-asyncio"],
extras_require={"dotenv": ["python-dotenv"]},
extras_require={
"dotenv": ["python-dotenv"],
"redis": ["aioredis>=2.0.0"]
},
classifiers=[
'Environment :: Web Environment',
'Intended Audience :: Developers',