openstack-ansible/global-requirement-pins.txt
Jean-Philippe Evrard c11ccb3ec5 Bump global requirement pins
Gnocchi now needs a new minimum of setuptools, > 39.2.0.
We therefore bump to latest version available.

Change-Id: I35a9e88e1904cb92218752c6b3564ff6b0e990f4
2018-08-08 09:08:43 +02:00

17 lines
575 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 ###
###
# Bumping pip to version 10 fails in tempest when trying to install
# packages with an empty list.
pip==18.0
setuptools==40.0.0
wheel==0.31.1