2014-09-11 00:30:08 +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.
|
2017-03-16 14:33:26 +00:00
|
|
|
pbr>=2.0 # Apache-2.0
|
2015-02-23 21:14:14 +01:00
|
|
|
|
2015-02-06 10:57:34 +01:00
|
|
|
# Hacking already pins down pep8, pyflakes and flake8
|
2017-10-31 15:43:19 +01:00
|
|
|
hacking>=1.0.0,<1.1.0 # Apache-2.0
|
2015-02-23 21:14:14 +01:00
|
|
|
|
2016-09-22 09:12:29 +02:00
|
|
|
beautifulsoup4 # MIT
|
2015-12-14 07:52:00 +01:00
|
|
|
Jinja2>=2.8 # BSD License (3 clause)
|
2017-08-02 15:49:35 +02:00
|
|
|
openstack-doc-tools>=1.6.0 # Apache-2.0
|
2017-06-26 21:25:58 +02:00
|
|
|
sphinx>=1.6.2 # BSD
|
2018-01-24 07:07:51 +01:00
|
|
|
openstackdocstheme>=1.18.1 # Apache-2.0
|
2015-12-14 07:52:00 +01:00
|
|
|
doc8 # Apache-2.0
|
2017-06-26 21:04:20 +02:00
|
|
|
requests>=2.14.2 # Apache-2.0
|
|
|
|
requestsexceptions>=1.2.0 # Apache-2.0
|
2016-12-23 10:00:52 +01:00
|
|
|
lxml>=2.3,!=3.7.0 # BSD
|
2017-06-21 14:11:55 -04:00
|
|
|
PyYAML>=3.10.0 # MIT
|
2017-06-21 15:34:01 -04:00
|
|
|
jsonschema>=2.6.0
|
2017-08-17 18:11:34 -05:00
|
|
|
os-service-types
|
2016-12-23 10:00:52 +01:00
|
|
|
|
2016-09-22 09:12:29 +02:00
|
|
|
# For translations
|
2017-04-06 14:27:35 +02:00
|
|
|
# Babel 2.4.0 is broken, fixed in 2.4.1
|
|
|
|
Babel>=2.3.4,!=2.4.0 # BSD
|
2017-07-03 07:50:57 -04:00
|
|
|
|
2017-08-25 16:59:11 -04:00
|
|
|
# For testing htaccess file contents
|
2017-10-27 08:59:31 -04:00
|
|
|
whereto>=0.3.0 # Apache-2.0
|