d8443e2ccc
A lot of python packages has not been updated for ages. This patch bumps the minimal required versions to the most recent. Change-Id: I61068df4809968c04120b29c0ebeb6d3239ad4a2
7 lines
299 B
Plaintext
7 lines
299 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.
|
|
pre-commit>=2.0.0 # MIT License
|
|
hacking>=4.0.0 # Apache-2.0
|
|
bashate>=2.0.0 # Apache-2.0
|