Matt Riedemann 0b2602b6b4 Bump minimum required version for simplejson to 2.2.0
oslo-incubator commit ad248f6 adds usage of the namedtuple_as_object
kwarg to simplejson's json.dumps.

oslo-incubator's test-requirements requires simplejson >= 2.0.9 but
namedtuple_as_object wasn't available until 2.2.0.

This is important for anyone doing keystone database migrations on RHEL
6.5 with simplejson since the migrations will fail if you don't have a
new enough simplejson (keystone is using this code now).

Change-Id: I59f4e9c42ad83a305d810e52e440ff51ff5b7f0e
Closes-Bug: #1361230
2014-08-23 16:49:30 -07: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%