Merge "Fix changed imports in dogpile.cache 0.6.0"

This commit is contained in:
Jenkins 2016-06-12 22:16:00 +00:00 committed by Gerrit Code Review
commit 284f97f661
2 changed files with 3 additions and 3 deletions

View File

@ -14,9 +14,9 @@
from dogpile.cache.backends import memcached
from dogpile.cache import compat
from dogpile.cache import proxy
from dogpile.cache import util
from dogpile import util
from dogpile.util import compat
from pymemcache.client import base

View File

@ -4,7 +4,7 @@
pbr>=1.6 # Apache-2.0
Flask<1.0,>=0.11 # BSD
pymemcache >= 1.3.5 # Apache-2.0
dogpile.cache>=0.5.7,<0.6.0 # BSD
dogpile.cache>=0.6.0 # BSD
subunit2sql>=1.6.0 # Apache-2.0
SQLAlchemy<1.1.0,>=1.0.10 # MIT
flask-jsonpify>=1.5.0 # MIT