Add horizon to requirements

Change-Id: I6ae1575f44f7619341d3009423abc9230a865955
This commit is contained in:
Victoria Martinez de la Cruz 2018-03-15 15:46:30 -03:00
parent 67ea44d1f4
commit 9ca03cd68c
2 changed files with 2 additions and 2 deletions

View File

@ -12,3 +12,5 @@ oslo.utils>=3.33.0 # Apache-2.0
python-keystoneclient>=3.8.0 # Apache-2.0
python-manilaclient>=1.16.0 # Apache-2.0
six>=1.10.0 # MIT
horizon>=13.0.0 # Apache-2.0

View File

@ -2,8 +2,6 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-e git://github.com/openstack/horizon.git#egg=horizon
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
ddt>=1.0.1 # MIT