48abf9a5a4
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
11 lines
306 B
Plaintext
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
|