Skip to content

Commit

Permalink
Merge pull request #2 from marcelomoraes28/DOWNGRADE-REDIS-VERSION
Browse files Browse the repository at this point in the history
Remove redis version
  • Loading branch information
marcelomoraesgeru committed Jun 20, 2019
2 parents 63dce5b + b1a03de commit a838adf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -2,7 +2,7 @@

requires = [
'pymemcache==2.1.1',
'redis==3.1.0',
'redis',
'six==1.12.0'
]

Expand All @@ -22,7 +22,7 @@

setup(
name='scrooge_cache',
version='0.1.2',
version='0.1.3',
description='Scrooge Cache',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit a838adf

Please sign in to comment.