Global requirements for OpenStack
2ac3211a55
Now that oslo.config 1.2.0 final has been released, projects should stop requiring the beta version. Related-Bug: #1182861 Change-Id: Iadbcf27e64a5755e178fc81b5ee225aeb3914026 |
||
---|---|---|
tests | ||
tools | ||
.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.