Update requirement for horizon in stable/mitaka

Change-Id: I85e6438b49a9ce53ee88686244809273131d845c
Closes-bug: #1565577
This commit is contained in:
Tin Lam 2016-04-03 23:02:45 -05:00
parent f49b147f78
commit d24a12b05c
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
# Hacking already pins down pep8, pyflakes and flake8
hacking<0.11,>=0.10.0
# Testing Requirements
http://tarballs.openstack.org/horizon/horizon-master.tar.gz#egg=horizon
http://tarballs.openstack.org/horizon/horizon-stable-mitaka.tar.gz#egg=horizon
coverage>=3.6 # Apache-2.0
django-nose>=1.2 # BSD