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.
|
2017-09-02 14:15:24 -05:00
|
|
|
flake8
|
2020-05-03 11:48:31 +01:00
|
|
|
yamllint>=1.23.0
|
2017-06-08 14:01:02 -07:00
|
|
|
|
2018-08-17 11:15:04 +10:00
|
|
|
# We need to pin the ansible version directly here; per the
|
|
|
|
# deprecation policy it should trail the version used by Zuul by 4
|
|
|
|
# weeks to give people time to update before these roles start
|
|
|
|
# depending on new features. Also note we can't just include zuul
|
|
|
|
# here to pull in ansible anyway; pip doesn't actually have a
|
|
|
|
# dependency solver and the uncapped ansible requirement from
|
|
|
|
# ansible-lint pull in the latest version.
|
2020-05-07 09:39:50 +02:00
|
|
|
ansible>=2.6,<2.7 # https://review.opendev.org/#/c/650431/
|
2019-06-26 15:49:25 +00:00
|
|
|
# Don't automatically switch to ansible-lint 5 when it becomes
|
|
|
|
# available, so that it can be evaluated for an orderly transition.
|
2019-06-26 18:05:08 +00:00
|
|
|
ansible-lint>=4.1.1a0,<5
|
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
|
2018-07-20 16:40:07 -07:00
|
|
|
# For upload-logs-swift:
|
2018-08-02 08:38:46 +02:00
|
|
|
openstacksdk>=0.17.1
|
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
|