There are translatable strings in this library and we need to support that properly. Replace the stub _() with a proper implementation based on oslo.i18n.
10 lines
263 B
Plaintext
10 lines
263 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.
|
|
|
|
Babel>=1.3
|
|
oslo.config
|
|
oslo.i18n
|
|
enum34
|
|
prettytable
|