b475486d96
By switching to Python 3.10 we need to disable focal and bionic jobs. Change-Id: I4ecd3c633e4fc90fea1622beb2e822a0b4c87452
28 lines
678 B
Plaintext
28 lines
678 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.
|
|
|
|
# When modifying this file `tox -e freeze-req` must be run to regenerate the requirements-frozen.txt.
|
|
kubeconfig
|
|
kubernetes
|
|
pbr
|
|
requests
|
|
chardet
|
|
urllib3
|
|
# kubeconfig
|
|
# kubernetes==29.0.0
|
|
# pbr<=5.5.1
|
|
# requests==2.23.0
|
|
# chardet>=3.0.2,<3.1.0
|
|
# urllib3>=1.21.1,<=1.25
|
|
|
|
# Openstack Antelope 2023.1
|
|
# https://releases.openstack.org/antelope/index.html
|
|
|
|
oslo.config==9.1.1
|
|
oslo.context==5.1.1
|
|
oslo.i18n==6.0.0
|
|
oslo.log==5.2.0
|
|
oslo.serialization==5.1.1
|
|
oslo.utils==6.1.0
|