Cap dogpile.cache version to 0.5.7

The new dogpile.cache 0.6.0 release seems to be breaking our gate
tests. As a temporary fix, this caps the dogpile.cache version to
the previously-working 0.5.7.

Change-Id: I8f6f721f0b08a0501e711f2718baa91546c56f12
This commit is contained in:
Tim Buckley 2016-06-06 16:21:10 -06:00
parent d5a542cc6e
commit 2a69274760
1 changed files with 1 additions and 1 deletions

View File

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