8b6c827ecf
Capping <=6.0 never made sense anyway, also with ansible-lint==6.0.0 things are breaking now because it requires newer ansible. Signed-off-by: Dr. Jens Harbott <harbott@osism.tech> Change-Id: Ifb4ab923fe438c22f52b5a9099bbd9b82cba7138
11 lines
345 B
Plaintext
11 lines
345 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.
|
|
|
|
hacking>=4.0.0,<5.0.0 # Apache-2.0
|
|
|
|
# ansible-lint requires ansible>=2.9
|
|
ansible>=2.9.0,<2.10
|
|
ansible-lint>=5.0.0,<6.0.0
|
|
bashate>=0.2
|