Global requirements for OpenStack
Go to file
Dirk Mueller 25aa49e86c Add lower bound for all dependencies with upper bound
If we care about a max version of a package, also
specify the min version to have a range to check for.
Specify min version always in a '>=' fashion.
This simplifies a bit of the handling, as the first
given range is always the lower bound.

Also raise websockify to 0.5.1 in preparation of
https://review.openstack.org/#/c/35365/

Change-Id: Ia2672d675446f2ce9932c0c8b09e7b3c2c9cc392
2013-07-15 12:00:46 -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
dev-requirements.txt Allow use of oslo.config-1.2.0a3 2013-07-08 21:30:50 +01:00
requirements.txt Add lower bound for all dependencies with upper bound 2013-07-15 12:00: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 Add lower bound for all dependencies with upper bound 2013-07-15 12:00:46 -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.