3535782dc7
Since the zaqar-ui plugin requires horizon to run, we do not need to include most of the xstatic and django requirements. This patch removes them. Change-Id: Ib0f594bcdb7348112d6c357edf87d4d0955f9635
15 lines
569 B
Plaintext
15 lines
569 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>=1.6
|
|
python-zaqarclient>=0.3.0
|
|
Babel>=1.3
|
|
Django<1.9,>=1.8
|
|
django-babel>=0.4.0
|