Global requirements for OpenStack
Go to file
Joe Gordon adf074baa9 Pin Babel to <1.0 since it doesn't play well with pip 1.4
The latest Babel, 1.0, adds a dependency on
pytz. Further, pytz uses date-based versioning which is not
supported by default in the newest pip, 1.4. Adding a fake direct
dependency on pytz with a minimum declared version before installing
Babel works around this issue.

Fixes bug 1205546

Change-Id: Ie52dd85eac595ba8ee35e3342130648010246943
2013-07-26 18:54:27 -07: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
dev-requirements.txt Allow use of oslo.config-1.2.0a3 2013-07-08 21:30:50 +01:00
requirements.txt Pin Babel to <1.0 since it doesn't play well with pip 1.4 2013-07-26 18:54:27 -07: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 Merge "Update capitalization on all of our requirements" 2013-07-19 16:46:52 +00: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.