nodepool/requirements.txt
Daniel Pawlik 7e5c511a37 Set mininum urllib3 version
There is a problem on executing unit tests: "ImportError: cannot import
name 'IPV6_ADDRZ_RE'". To avoid such error, the best way is to set minimum
version of urllib3 [1].

[1] https://github.com/boto/botocore/issues/2186#issuecomment-712467507

Change-Id: Ie1eaee065959068c3967e0c22cfda07571090356
2020-10-21 14:21:33 +02:00

25 lines
552 B
Plaintext

pbr>=1.3
PyYAML
paramiko>=2.0.1
python-daemon>=2.0.4
extras
statsd>=3.0
PrettyTable>=0.6,<0.8
# openstacksdk before 0.27.0 is TaskManager based
# 0.28.0-0.31.0 fail to upload images with glance tasks.
# 0.31.1 and 0.31.2 have a bug with image deletion in tasks API
openstacksdk>=0.27.0,!=0.28.0,!=0.29.0,!=0.30.0,!=0.31.0,!=0.31.1,!=0.31.2
diskimage-builder>=3.2.1
voluptuous
kazoo>=2.8.0
Paste
WebOb>=1.8.1
openshift<=0.8.9
boto3
google-api-python-client
azure-mgmt-compute<17.0.0
azure-mgmt-network<16.0.0
azure-mgmt-resource<15.0.0
urllib3>=1.25.4