![Steve Martinelli](/assets/img/avatar_default.png)
Oslo libraries should not depend on oslo.log, we should use standard logging, as noted in the graduation guidelines. partially implements bp graduate-policy Change-Id: I9d3973ad4b5b32922fa56881b679ad9e403289ea
8 lines
322 B
Plaintext
8 lines
322 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.
|
|
|
|
oslo.config>=1.6.0 # Apache-2.0
|
|
oslo.i18n>=1.3.0 # Apache-2.0
|
|
oslo.serialization>=1.2.0 # Apache-2.0
|