74a312d6ed
oslo project provide jsonutils, and magnum use it in many place[1], this PS to update the remained json module to oslo jsonutils for consistency. [1]: https://github.com/openstack/magnum/search?utf8=%E2%9C%93&q=jsonutils&type= Change-Id: I06910797c44c2b1bd2297d4398da9ab984a8f770
14 lines
593 B
Plaintext
14 lines
593 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-magnumclient>=2.11.0 # Apache-2.0
|
|
|
|
horizon>=15.0.0.0b1 # Apache-2.0
|