2015-06-03 12:49:50 -04: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.
|
|
|
|
|
2017-01-12 09:43:30 +00:00
|
|
|
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
|
2018-01-16 04:27:35 +00:00
|
|
|
oslotest>=3.2.0 # Apache-2.0
|
2015-06-03 12:49:50 -04:00
|
|
|
|
|
|
|
# These are needed for docs generation
|
2018-01-24 01:26:05 +00:00
|
|
|
openstackdocstheme>=1.18.1 # Apache-2.0
|
2018-03-15 07:50:21 +00:00
|
|
|
sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
|
2015-06-03 13:20:40 -04:00
|
|
|
|
|
|
|
# for testing optional parts
|
2018-03-15 07:50:21 +00:00
|
|
|
oslo.config>=5.2.0 # Apache-2.0
|
2018-04-11 15:26:54 -04:00
|
|
|
eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
|
2017-09-11 21:47:19 +00:00
|
|
|
greenlet>=0.4.10 # MIT
|
2015-10-01 15:33:18 +00:00
|
|
|
|
2017-05-15 00:53:05 +00:00
|
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
2017-08-18 11:40:17 +00:00
|
|
|
reno>=2.5.0 # Apache-2.0
|
2017-12-07 13:43:21 +08:00
|
|
|
|
|
|
|
# Bandit security code scanner
|
|
|
|
bandit>=1.1.0 # Apache-2.0
|