231d682761
The repo is now python 3 only, thus six is not required as requirement, remove its usage. Change-Id: I36f5a41490051edb827670b5be248c4363ff36b1
10 lines
363 B
Plaintext
10 lines
363 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.
|
|
|
|
dogpile.cache>=0.6.2 # BSD
|
|
oslo.config>=5.2.0 # Apache-2.0
|
|
oslo.i18n>=3.15.3 # Apache-2.0
|
|
oslo.log>=3.36.0 # Apache-2.0
|
|
oslo.utils>=3.33.0 # Apache-2.0
|