openstack-ansible/global-requirement-pins.txt
Dmitriy Rabotyagov 1a17d5d521 Drop Cython requirements override
Since gnochhi don't use cradox, we can safely drop cython pin

Depends-On: https://review.opendev.org/680986
Change-Id: I856ebebb957b973997b7dfab2c7a887e42468bf6
2019-09-09 15:25:38 +03:00

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.1
setuptools==41.0.1
wheel==0.33.1