c21a2c0a9c
There has been some reported issues with installation of some packages with the current pinned release so hopefully getting up on a newer one will resolve some of those issues. Change-Id: I187b0d5e1d8f3fd0fd03da5c50d17a9463d5dc4b
15 lines
477 B
Plaintext
15 lines
477 B
Plaintext
# This file should only be used to set python package pins that are
|
|
# not present in OpenStack's upper-constraints. Any pins present in
|
|
# this file will override any requirements set in *requirements.txt,
|
|
# upper-constraints and any roles/vars.
|
|
#
|
|
# Use this file with caution!
|
|
#
|
|
###
|
|
### These are pinned to ensure exactly the same behaviour forever! ###
|
|
### These pins are updated through the sources-branch-updater script ###
|
|
###
|
|
pip==9.0.3
|
|
setuptools==39.2.0
|
|
wheel==0.30.0
|