12db43fcf3
Change-Id: I3fba1cd83723c2787e67dca641b8907abbd577bf
14 lines
524 B
Plaintext
14 lines
524 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.
|
|
|
|
pbr>=1.6 # Apache-2.0
|
|
paramiko>=1.13.0 # LGPL
|
|
oslo.utils>=3.2.0 # Apache-2.0
|
|
enum34;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD
|
|
jsonschema>=2.0.0,<3.0.0,!=2.5.0 # MIT
|
|
netaddr>=0.7.12,!=0.7.16 # BSD
|
|
notifier>=1.0.3 # Apache-2.0
|
|
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 # BSD
|
|
six>=1.9.0
|