openstack-ansible/global-requirement-pins.txt
Jonathan Rosser 48abf9a5a4 Use the version of setuptools specified in upper-constraints
The new pip resolver will break every time that u-c specifies a
different version of setuptools to the one in global-requirement-pins.

Drop the constraint from openstack-ansible and use the one from
u-c instead. Also bump the version of pip to the latest.

Change-Id: I1889ac7c22870f99b652c0df5f242b89416e1387
2021-03-30 06:42:29 +00:00

11 lines
306 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!
#
pip==21.0.1
wheel==0.36.2