![Joshua Harlow](/assets/img/avatar_default.png)
This adds the initial import (and adjustments to requirements and code) that was initially targeted to land into oslo.utils but now lands in this project from the following: https://review.openstack.org/#/c/140119 This forms the basis of the debtcollector functionality (with more to come as/when needed). Change-Id: Icd62622a728525fab48ba4de7ee746d0add73b9b
9 lines
284 B
Plaintext
9 lines
284 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>=0.6,!=0.7,<1.0
|
|
Babel>=1.3
|
|
six>=1.7.0
|
|
oslo.utils>=1.2.0 # Apache-2.0
|