Global requirements for OpenStack
Go to file
Monty Taylor 0b8794a527 Make openstack.requirements installable.
Turn requirements into a dummy package that, if installed, will
install all of OpenStack's requirements.

Change-Id: Ie2670278b740173bee09608d8ef9bf892f498aa1
2013-07-05 00:31:50 -04:00
tools Rename pip-requires to requirements.txt. 2013-06-30 10:07:41 -04:00
.gitreview Added .gitreview 2012-08-06 17:05:39 -05: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
requirements.txt add requirement for python-neutronclient 2013-07-03 18:16:46 -04:00
setup.cfg Make openstack.requirements installable. 2013-07-05 00:31:50 -04:00
setup.py Make openstack.requirements installable. 2013-07-05 00:31:50 -04:00
test-requirements.txt Rename pip-requires to requirements.txt. 2013-06-30 10:07:41 -04:00
update.py Rename pip-requires to requirements.txt. 2013-06-30 10:07:41 -04: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.