2014-09-13 07:22:22 +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.
|
2015-02-24 06:08:58 -08:00
|
|
|
|
2017-05-15 00:45:01 +00:00
|
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
2018-04-11 11:52:24 -04:00
|
|
|
eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
|
2017-12-08 14:13:32 -08:00
|
|
|
flake8-import-order>=0.13 # LGPLv3
|
2018-05-09 02:45:34 +00:00
|
|
|
hacking>=1.0.0,<1.1.0 # Apache-2.0
|
2017-08-18 04:41:35 +00:00
|
|
|
mock>=2.0.0 # BSD
|
2018-06-27 14:49:03 -04:00
|
|
|
stestr>=1.0.0 # Apache-2.0
|
2018-01-16 12:29:38 +00:00
|
|
|
oslotest>=3.2.0 # Apache-2.0
|
2016-01-16 03:27:06 +00:00
|
|
|
testscenarios>=0.4 # Apache-2.0/BSD
|
2017-11-16 11:05:48 +00:00
|
|
|
testtools>=2.2.0 # MIT
|
2016-08-17 14:36:23 -07:00
|
|
|
|
|
|
|
# Doc requirements
|
2017-09-16 23:13:03 +00:00
|
|
|
doc8>=0.6.0 # Apache-2.0
|
2018-03-15 07:00:46 +00:00
|
|
|
sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
|
2018-01-24 00:55:53 +00:00
|
|
|
openstackdocstheme>=1.18.1 # Apache-2.0
|