Update setuptools to resolve dependency conflict

When using pip 20.3, pip package conflicts must be resolved. This is in
regards to the following conflicts:

google-auth 1.22.1 requires setuptools>=40.3.0, but you'll have setuptools 20.7.0 which is incompatible.
kubernetes 11.0.0 requires setuptools>=21.0.0, but you'll have setuptools 20.7.0 which is incompatible.

Change-Id: Ia0a99626b14773c3ed8981aef2ae46ffe5a4b632
This commit is contained in:
Rick Bartra 2020-10-15 16:29:40 -04:00
parent d365ab873b
commit eb748a75f3
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ jsonpath-ng==1.4.3
jsonschema>=3.0.1<4
keystoneauth1==3.18.0
keystonemiddleware==5.3.0
setuptools==40.4.3
kubernetes==11.0.0
oslo.context==2.21.0
oslo.policy==1.40.1