openstack-ansible/global-requirement-pins.txt
Jesse Pretorius d4ae08646d Update setuptools to 36.2.0
Due to [1] the downgrade of setuptools is not
possible, so this patch is updating setuptools
to the current version as a stop-gap until a
fix is released.

[1] https://github.com/pypa/setuptools/issues/1086

Change-Id: I9f529082fd646e58a6365ec7994f2c87fc9dfb8e
2017-07-14 10:15:41 +01: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.1
setuptools==36.2.0
wheel==0.29.0