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
This commit is contained in:
Daniel Pawlik 2020-10-21 14:21:33 +02:00
parent ee2bc79ae2
commit 7e5c511a37
1 changed files with 1 additions and 0 deletions

View File

@ -21,3 +21,4 @@ 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