6330a47aad
The swift upload at least needs openstacksdk 0.17.1 which fixes a bug that prevented upload with the deflate filter. So state this in the requirements file. Change-Id: I64aa9ed8246006e7b77e94536e9a62dc1ff16b2a
19 lines
521 B
Plaintext
19 lines
521 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.
|
|
flake8
|
|
|
|
# We need to pin Ansible to <2.4 until Zuul supports it, otherwise ansible-lint
|
|
# picks the latest version which is not known to work yet.
|
|
ansible<2.4
|
|
ansible-lint
|
|
bashate>=0.2
|
|
zuul-sphinx>=0.1.1
|
|
stestr>=1.0.0 # Apache-2.0
|
|
# For upload-logs-swift:
|
|
openstacksdk>=0.17.1
|
|
requests
|
|
requestsexceptions
|
|
bs4
|
|
#
|