Global requirements for OpenStack
Go to file
Angus Salkeld 202d538a5b Add some more filters to the .gitignore
Change-Id: I10f744cbcaff44a0b4683bbd798afb0a22864364
2013-08-22 11:01:08 +10:00
tests python3: Add mox3 dependency 2013-08-17 20:23:00 -04: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 Allow use of oslo.messaging 1.2.0a9 2013-08-19 10:47:36 +01:00
global-requirements.txt Merge "assign a min version to pycadf" 2013-08-21 12:47:15 +00: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
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 Uncap testscenarios. 2013-08-18 07:54:39 +12:00
tox.ini Ignore the ending of commit messages. 2013-08-18 07:54:39 +12:00
update.py add option for adding a suffix to output files 2013-08-09 07:12:07 -04: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.