Global requirements for OpenStack
Go to file
Mark McLoughlin 2ac3211a55 Use oslo.config 1.2.0
Now that oslo.config 1.2.0 final has been released, projects should stop
requiring the beta version.

Related-Bug: #1182861
Change-Id: Iadbcf27e64a5755e178fc81b5ee225aeb3914026
2013-09-24 12:43:54 +01:00
tests bump keystoneclient to 0.3.2 2013-08-28 13:38:05 +01:00
tools Rename pip-requires to requirements.txt. 2013-06-30 10:07:41 -04: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
dev-requirements.txt Use oslo.config 1.2.0 2013-09-24 12:43:54 +01:00
global-requirements.txt Use oslo.config 1.2.0 2013-09-24 12:43:54 +01:00
MANIFEST.in Make openstack.requirements installable. 2013-07-05 00:31:50 -04:00
projects.txt Add a list of projects that we want to sync to 2013-09-12 15:09:01 -05:00
README.rst Rename pip-requires to requirements.txt. 2013-06-30 10:07:41 -04:00
setup.cfg Make openstack.requirements installable. 2013-07-05 00:31:50 -04:00
setup.py Update ourselves to ourselves 2013-08-08 12:04:04 -03:00
test-requirements.txt Revert "Pin python-subunit to 0.0.13" 2013-08-24 07:58:27 -07:00
tox.ini Added pypy env to tox 2013-09-21 13:40:43 -07:00
update.py Replace OpenStack LLC with OpenStack Foundation 2013-09-20 10:27:21 +08:00

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.