2015-01-28 19:56:35 +00: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.
|
|
|
|
|
2020-05-22 03:18:58 +00:00
|
|
|
hacking>=3.0.1,<3.1.0 # Apache-2.0
|
2015-01-28 19:56:35 +00:00
|
|
|
|
|
|
|
# this is required for the docs build jobs
|
2020-05-15 06:50:51 +00:00
|
|
|
sphinx>=2.0.0,!=2.1.0 # BSD
|
2020-07-21 11:43:23 +00:00
|
|
|
|
|
|
|
pre-commit>=2.6.0 # MIT
|