2015-08-28 15:52:15 +01: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.
|
2019-06-19 00:15:02 +08:00
|
|
|
|
2020-05-11 23:41:01 +08:00
|
|
|
hacking>=3.0.1,<3.1.0 # Apache-2.0
|
2016-08-08 17:16:54 +01:00
|
|
|
|
2017-05-15 00:43:14 +00:00
|
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
2018-03-26 11:56:21 +00:00
|
|
|
oslo.config>=5.2.0 # Apache-2.0
|
2016-08-08 17:16:54 +01:00
|
|
|
testrepository>=0.0.18 # Apache-2.0/BSD
|
2017-11-16 11:02:44 +00:00
|
|
|
testtools>=2.2.0 # MIT
|
2020-05-30 16:50:04 +02:00
|
|
|
sphinx>=2.0.0,!=2.1.0 # BSD
|
2021-02-03 14:53:15 +00:00
|
|
|
pylint>=2.6.0 # GPLv2
|
2019-11-15 01:20:00 -08:00
|
|
|
|