Jump to: navigation, search

Requirements

Revision as of 21:27, 26 March 2013 by Corvus (talk | contribs) (Created page with "In order to add or change a Python dependency requirement of an OpenStack project, it must first be added to the [https://github.com/openstack/requirements openstack/requireme...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

In order to add or change a Python dependency requirement of an OpenStack project, it must first be added to the openstack/requirements repository.

Add it to the 'test-requires' or 'pip-requires' files as appropriate and submit it for review.

The requirement specification should include both a lower and upper bound based on the release policy of the package.

Once the change to openstack/requirements has merged, the local pypi mirror will be updated and then the requirements file for the OpenStack project may be updated.