Gate fix for failing at openstack-tox-docs

Zuul has been failing lately because of version conflict in
requirement for dogpile.cache package. For example in logs[1]
This PS adds requirement to fix the gate.

[1] http://logs.openstack.org/75/625775/1/check/openstack-tox-docs/d9591b7/job-output.txt.gz#_2018-12-25_06_04_13_576175

Change-Id: I9094d0e56263cf4c9cca5fc5b845606110a110a3
This commit is contained in:
akhiljain23 2018-12-27 08:18:02 +05:30
parent 0eb1611327
commit 444541177e
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ aodhclient>=0.9.0 # Apache-2.0
Babel!=2.4.0,>=2.3.4 # BSD
croniter>=0.3.4 # MIT License
cachetools>=2.0.0 # MIT License
dogpile.cache>=0.6.2,<0.7.0 # BSD
eventlet!=0.20.1,>=0.20.0 # MIT
gnocchiclient>=3.3.1 # Apache-2.0
Jinja2>=2.10 # BSD License (3 clause)