Merge pull request #2016 from danielpodwysocki/master

fix broken oauthlib dependency
This commit is contained in:
Kubernetes Prow Robot 2023-02-26 11:32:18 -08:00 committed by GitHub
commit c9e2342ba8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,4 +8,5 @@ ipaddress>=1.0.17;python_version=="2.7" # PSF
websocket-client>=0.32.0,!=0.40.0,!=0.41.*,!=0.42.* # LGPLv2+
requests # Apache-2.0
requests-oauthlib # ISC
oauthlib>=3.2.2 # BSD
urllib3>=1.24.2 # MIT