Skip to content

Commit

Permalink
Conditional aioredis dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
argaen committed Oct 6, 2018
1 parent a221f53 commit 34508c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -36,7 +36,8 @@
packages=find_packages(),
install_requires=None,
extras_require={
'redis': ['aioredis>=0.3.3'],
'redis:python_version<"3.7"': ['aioredis>=0.3.3'],
'redis:python_version>="3.7"': ['aioredis>=1.0.0'],
'memcached': ['aiomcache>=0.5.2'],
'msgpack': ['msgpack'],
}
Expand Down

0 comments on commit 34508c0

Please sign in to comment.