openstack-ansible-ops/leap-upgrades/lib/upgrade-requirements.txt
Antony Messerli e5d39f460e Use setuptools==33.1.1 in leap upgrade-requirements.txt
Avoids using setuptools 34.x as using it can hit this bug
when packages are being upgraded:

https://github.com/pypa/setuptools/issues/951

Pinning to setuptools==33.1.1 also aligns to the
global-requirement-pins.txt in newton-eol

Change-Id: Ib33b828751c5a36d61448d148c5941beb6827c73
2018-07-06 09:25:05 -05:00

10 lines
182 B
Plaintext

###
### These are pinned to ensure upgrades happen from a known good place ###
###
cryptography==1.7.2
packaging==16.8
pip==9.0.1
setuptools==33.1.1
virtualenv==15.1.0
wheel==0.29.0