designate-dashboard/requirements.txt
Erik Olof Gunnar Andersson 551e5e1b6b Install horizon directly from pypi
It's no longer possible to install horizon with our current
method, and it's causing the ci to fail.
http://lists.openstack.org/pipermail/openstack-dev/2018-March/128310.html

Change-Id: I5f9a3ce76c233e62ff6addcaf6d229455ac29374
2018-03-15 13:24:39 -07:00

10 lines
372 B
Plaintext

# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
oslo.log>=3.36.0 # Apache-2.0
pbr!=2.1.0,>=2.0.0 # Apache-2.0
Babel!=2.4.0,>=2.3.4 # BSD
python-designateclient>=2.7.0 # Apache-2.0
horizon>=13.0.0 # Apache-2.0