summaryrefslogtreecommitdiffstats
path: root/xci/installer/osa/files/global-requirement-pins.txt
blob: 0056fa73f561f68c12ec529c59c80ed1e5a72fcc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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