bd801990db
This effectively: - Freeze roles, to allow their branching. - Bump upstream repos to point to their Train equivalent, allowing our regular updates to continue with train. Depends-On: https://review.opendev.org/690541 Change-Id: If2fc9b36c7323be914111e2c93d1d0d10648f65c
15 lines
484 B
Plaintext
15 lines
484 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!
|
|
#
|
|
|
|
# For idempotency on ubuntu, argparse need to stay at 1.2.1
|
|
# See also ChangeId: I8be207c359388d00b34448318bc17c8b0039c4db
|
|
argparse==1.2.1;python_version=='2.7'
|
|
pip==19.3
|
|
setuptools==41.4.0
|
|
wheel==0.33.6
|