7724e486e7
uWSGI version is not pinned in upper-constraints but it's worth
having it fixed.
Change-Id: I87557853339ac5492bdfb7ee602ec72c40ae6317
(cherry picked from commit db79a0f278
)
13 lines
339 B
Plaintext
13 lines
339 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==20.1.1
|
|
setuptools==46.4.0
|
|
wheel==0.34.2
|
|
uWSGI==2.0.20
|