zaqar-ui/requirements.txt
Charles Short cf4db8e789 Require the (soon-to-be) Rocky version of Horizon
... or at least the first published tarball which will lead to Rocky.
On the other side this means forcing the usage of mox as long as
there are tests that depends on it (the switch was already flipped
in Horizon, so it needs to be enabled here).

This allows us to depend on newer Horizon features, including changes
to the test suite that are useful for the mox removal effort.

Also fixes lower-constants.txt

Change-Id: I3908c6d212b9d1df7e4490128b6a0a3f751e8276
Signed-off-by: Charles Short <zulcss@gmail.com>
2018-05-12 09:47:24 -04:00

16 lines
667 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.
# Order matters to the pip dependency resolver, so sorting this file
# changes how packages are installed. New dependencies should be
# added in alphabetical order, however, some dependencies may need to
# be installed in a specific order.
#
# PBR should always appear first
pbr!=2.1.0,>=2.0.0 # Apache-2.0
python-zaqarclient>=1.0.0 # Apache-2.0
Babel!=2.4.0,>=2.3.4 # BSD
Django<2.0,>=1.11 # BSD
django-babel>=0.6.2 # BSD
horizon>=14.0.0.0b1 # Apache-2.0