2017-06-08 14:01:02 -07:00
|
|
|
# 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.
|
|
|
|
|
2018-08-17 11:15:04 +10:00
|
|
|
# We need to pin the ansible version directly here; per the
|
2022-07-28 14:16:34 +10:00
|
|
|
# deprecation policy it should trail the lowest version used by Zuul
|
|
|
|
# by 4 weeks to give people time to update before any roles start
|
|
|
|
# depending on new features.
|
|
|
|
|
|
|
|
ansible>=2.8,<2.9
|
2020-03-27 13:40:55 +01:00
|
|
|
stestr>=1.0.0,<3.0.0;python_version<'3.5' # Apache-2.0
|
|
|
|
stestr>=1.0.0;python_version>='3.5' # Apache-2.0
|
2021-04-06 10:50:58 +02:00
|
|
|
|
2018-07-20 16:40:07 -07:00
|
|
|
# For upload-logs-swift:
|
2020-10-06 17:08:44 +02:00
|
|
|
# TODO: openstacksdk 0.48.0 dropped python 3.5 support. Remove this constraint
|
|
|
|
# when we dropped 3.5 in zuul-jobs as well.
|
2021-04-06 10:50:58 +02:00
|
|
|
openstacksdk>=0.17.1,<0.48.0;python_version<'3.6' and python_version>='3'
|
|
|
|
# TODO: openstacksdk 0.46.0 dropped python 2.7 support. Remove this constraint
|
|
|
|
# when we dropped 2.7 in zuul-jobs as well.
|
|
|
|
openstacksdk>=0.17.1,<0.46.0;python_version<'3'
|
2020-10-06 17:08:44 +02:00
|
|
|
openstacksdk>=0.17.1;python_version>='3.6'
|
2020-11-23 21:56:30 +00:00
|
|
|
# TODO: keystoneauth1 4.1.0 dropped python 2.7 and 3.5 support. Remove this
|
|
|
|
# constraint when we drop them in zuul-jobs as well.
|
|
|
|
keystoneauth1>=3.18.0,<4.1.0;python_version<'3.6'
|
2021-04-06 10:50:58 +02:00
|
|
|
|
2020-11-23 21:56:30 +00:00
|
|
|
# TODO: cachetools 4.0.0 dropped python 2.7 support. Remove this constraint
|
|
|
|
# when we drop it in zuul-jobs as well.
|
|
|
|
cachetools>=2.0.0,<4.0;python_version<'3.5'
|
2018-07-20 16:40:07 -07:00
|
|
|
requests
|
|
|
|
requestsexceptions
|
|
|
|
bs4
|
2020-01-21 16:04:02 -08:00
|
|
|
# For upload-logs-google
|
|
|
|
google-cloud-storage
|
2021-09-16 19:15:12 +00:00
|
|
|
# google-cloud-storage needs protobuf which dropped py27/35 support in 3.18.0
|
|
|
|
protobuf<3.18;python_version<'3.6'
|
2020-06-15 08:09:50 +02:00
|
|
|
|
2020-07-18 17:42:54 +02:00
|
|
|
# For upload-logs-s3
|
|
|
|
boto3
|
|
|
|
|
2022-06-16 10:09:47 -07:00
|
|
|
# Dep of azure-storage-blob
|
|
|
|
msrest<0.7.0;python_version=='2.7'
|
|
|
|
|
2021-03-21 13:59:53 -07:00
|
|
|
# For upload-logs-azure
|
|
|
|
azure-storage-blob
|
|
|
|
|
2022-01-24 13:45:25 -08:00
|
|
|
# For upload-logs-ibm
|
|
|
|
ibm-cos-sdk
|
|
|
|
|
2020-06-15 08:09:50 +02:00
|
|
|
# unittest.mock compatibility package for Python < 3.3
|
|
|
|
mock;python_version<'3.3'
|
2022-04-02 13:28:33 +02:00
|
|
|
|
|
|
|
# voluptuous dropped support for py27
|
|
|
|
voluptuous<0.13.0;python_version=='2.7'
|
2022-07-28 14:16:34 +10:00
|
|
|
|
|
|
|
# for remove-zuul-sshkey
|
|
|
|
paramiko
|