
This patch adds refactored releasing tooling from [1] to the "mainlined" repository for general usage. [1] https://github.com/noonedeadpunk/osa_cli_releases/tree/standalone Change-Id: I486de0edfa6f07b960069ec99f60effefd157f11 Signed-off-by: Dmitriy Rabotyagov <dmitriy.rabotyagov@cleura.com>
17 lines
575 B
Plaintext
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==19.2
|
|
setuptools==40.0.0
|
|
wheel==0.31.1
|