openstack-ansible/global-requirement-pins.txt
Mohammed Naser c21a2c0a9c Bump setuptool to 39.2.0
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
2018-06-16 17:47:04 -04:00

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