Skip to content

Commit

Permalink
Merge 8834fd0 into 2f0e1c8
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-bm committed May 13, 2019
2 parents 2f0e1c8 + 8834fd0 commit 605a60b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion invenio_cache/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@

from __future__ import absolute_import, print_function

from .ext import InvenioCache
from .bccache import BytecodeCache
from .decorators import cached_unless_authenticated
from .ext import InvenioCache
from .proxies import current_cache, current_cache_ext
from .version import __version__

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
'pytest-cov>=1.8.0',
'pytest-pep8>=1.0.6',
'pytest>=3.2.0',
'python-memcached>=1.58',
'python-memcached>=1.59',
'redis>=2.10.5',
]

Expand All @@ -47,7 +47,7 @@
]

install_requires = [
'Flask-Caching>=1.3.2',
'Flask-Caching>=1.7.1',
'Flask>=0.11.1',
]

Expand Down

0 comments on commit 605a60b

Please sign in to comment.