The cliff-1.16.0 has been skipped in global-requirements[1], and also, the cliff-1.16.0 will cause "index out of range" error if no data returned. This change sync the cliff version from global-requirements. [1] https://review.openstack.org/#/c/278299/ Change-Id: I78790147a97e85337dbd4a40301a18274544d3d3 Closes-Bug: #1545911
14 lines
407 B
Plaintext
14 lines
407 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<2.0,>=1.4
|
|
Babel>=1.3
|
|
cliff!=1.16.0,>=1.14.0 # Apache-2.0
|
|
oslo.i18n>=1.5.0 # Apache-2.0
|
|
oslo.serialization>=1.4.0 # Apache-2.0
|
|
oslo.utils>=2.0.0 # Apache-2.0
|
|
keystoneauth1>=1.0.0
|
|
six
|
|
futurist
|