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-03-06 15:50:03 +08:00
|
|
|
hacking>=0.12.0,!=0.13.0,<0.14 # 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)
|
2016-09-22 09:12:29 +02:00
|
|
|
openstack-doc-tools>=1.1.0 # Apache-2.0
|
2017-01-11 20:38:21 +01:00
|
|
|
sphinx>=1.5.1,<1.6 # BSD
|
2016-09-22 09:12:29 +02:00
|
|
|
openstackdocstheme>=1.5.0 # Apache-2.0
|
2015-12-14 07:52:00 +01:00
|
|
|
doc8 # Apache-2.0
|
2017-01-09 19:32:01 +01:00
|
|
|
requests>=2.10.0,!=2.12.2 # Apache-2.0
|
2016-09-22 09:12:29 +02:00
|
|
|
requestsexceptions>=1.1.1 # Apache-2.0
|
2017-02-22 11:35:26 -05:00
|
|
|
reno>=2.1.0 # Apache-2.0
|
2017-02-23 10:46:14 +10:00
|
|
|
sphinxmark # Apache-2.0
|
2016-12-23 10:00:52 +01:00
|
|
|
lxml>=2.3,!=3.7.0 # BSD
|
|
|
|
|
2016-09-22 09:12:29 +02:00
|
|
|
# For translations
|
|
|
|
Babel>=2.3.4 # BSD
|