Global requirements for OpenStack
6cbf9104a0
The 0.7.1 release has a fix for the parse_querystring function, which raised a TypeError on Python 3.3. See: https://github.com/gabrielfalcao/HTTPretty/commit/5c6e776 This helps fix some tests on Python3.3 in python-keystoneclient. Change-Id: If14a0afe9d42602e978377d6f6ee830affe0cc41 |
||
---|---|---|
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.