Global requirements for OpenStack
57dd573043
It turns out we actually support sqla 0.8.x... yay! Set this in global requirements so we start running 0.8.4 in the gate. Which might also have interesting performance benefits. This requires an update of the requirements integration tests (which are in the pbr tree.... o_O) Depends-On: I01b2b7c78e7e7144280c98cdbbe29b012a8a8d93 Change-Id: I7a22dbb47e85f3adf5d43583f5b9bac4f65fde14 |
||
---|---|---|
tests | ||
.gitignore | ||
.gitreview | ||
.testr.conf | ||
dev-requirements.txt | ||
global-requirements.txt | ||
MANIFEST.in | ||
projects.txt | ||
README.rst | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini | ||
update.py |
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.