Merge pull request #2189 from tomplus/chore/remove-ipaddress

remove ipaddress from requirements.txt
This commit is contained in:
Kubernetes Prow Robot 2024-02-07 12:59:36 -08:00 committed by GitHub
commit c1f1a4740f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,6 @@ python-dateutil>=2.5.3 # BSD
setuptools>=21.0.0 # PSF/ZPL
pyyaml>=5.4.1 # MIT
google-auth>=1.0.1 # Apache-2.0
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