Andreas Jaeger 2cdab0666d Update openstack-doc-tools for translation of api-site
Version 0.13 of openstack-doc-tools is needed for building localized
books in the repo api-site, update the required version.

Significant changes between 0.11 and 0.13 are:
* ``openstack-generate-docbook`` handles now the api-site project.
* ``openstack-doc-test``: Handle changes in api-site project, new
  option --print-unused-files.
* ``openstack-autohelp``: Handle keystone_authtoken options.

Change-Id: I08677bbb08097f3b023515e9031f28a8da94ba67
2014-05-01 20:05:55 +02:00
2014-01-23 00:16:18 +08:00
2012-08-06 17:05:39 -05:00
2014-04-11 09:09:07 -05:00
2014-04-17 20:50:09 -04:00

Global dependencies for OpenStack Projects

All official OpenStack projects should be added to projects.txt. Once they are added here the gate/check jobs for the projects will use the OpenStack internal pypi mirror to ensure stability. The continuous integration infrastructure will also sync up the requirements across all the official projects and will create reviews in the participating projects for any mis-matches.

This process above will ensure that users of OpenStack will have one single set of python package requirements/ dependencies to install and run the individual OpenStack components.

To use this, run:

python update.py path/to/project

Entries in requirements.txt and test-requirements.txt will have their versions updated to match the entires listed here. Any entries in the target project which do not first exist here will be removed. No entries will be added.

Description
Global requirements for OpenStack
Readme 121 MiB
Languages
Python 89.8%
Shell 10.2%