uv should show significant performance improvement, especially without wheels being pre-built. Depends-On: https://review.opendev.org/c/openstack/ansible-role-python_venv_build/+/966338 Change-Id: If98c55150a2362ed0d377374ecd3ffd8ddfd871e Signed-off-by: Dmitriy Rabotyagov <dmitriy.rabotyagov@cleura.com>
14 lines
350 B
Plaintext
14 lines
350 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==26.0.1
|
|
wheel==0.46.3
|
|
setuptools==80.10.2
|
|
uWSGI==2.0.31
|
|
uv==0.9.7
|