Global requirements for OpenStack
Go to file
Monty Taylor cc7031c27e Align projects list with mirror-needing projects
If projects.txt is going to be the basis for select-mirror in the
gate, we should also list projects in projects.txt that need to be
constrained by the mirror for their testing. In order to do that, we
need to not try to unconditionally update setup.py, since devstack and
devstack-gate do not have it.

openstack/requirements itself also does not use the mirror, so remove
it from the list.

Change-Id: Iea33e8f4d5453bf413f3d479b85eaed99938b302
2013-12-02 12:09:43 -05:00
tests Bump keystoneclient requirement to 0.4.1 2013-10-17 17:27:07 +01:00
.gitignore Add some more filters to the .gitignore 2013-08-22 11:01:08 +10:00
.gitreview Added .gitreview 2012-08-06 17:05:39 -05:00
.testr.conf Remove unneeded tests dir reference 2013-08-08 12:04:04 -03:00
MANIFEST.in Make openstack.requirements installable. 2013-07-05 00:31:50 -04:00
README.rst Rename pip-requires to requirements.txt. 2013-06-30 10:07:41 -04:00
dev-requirements.txt Use oslo.config 1.2.0 2013-09-24 12:43:54 +01:00
global-requirements.txt Merge "Add sphinxcontrib-docbookrestapi" 2013-11-29 10:31:24 +00:00
projects.txt Align projects list with mirror-needing projects 2013-12-02 12:09:43 -05:00
setup.cfg Make openstack.requirements installable. 2013-07-05 00:31:50 -04:00
setup.py Align our setup.py with ourselves 2013-09-30 17:15:56 -04:00
test-requirements.txt Updated from global requirements 2013-11-15 16:51:27 +00:00
tox.ini Added pypy env to tox 2013-09-21 13:40:43 -07:00
update.py Align projects list with mirror-needing projects 2013-12-02 12:09:43 -05:00

README.rst

Global dependencies for OpenStack Projects

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.