1
0
mirror of https://github.com/vmware/vsphere-automation-sdk-python.git synced 2024-11-21 17:29:59 -05:00

Add lxml to requirements.txt

lxml is removed from runtime, but it's still used by sso.py. Add it to the requirements.txt for now.
This commit is contained in:
Tianhao He 2019-03-17 21:44:51 +08:00 committed by GitHub
parent 6195ed7948
commit 65ee81b01b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,4 @@
lxml >= 4.3.0
pyVmomi >= 6.7
suds ; python_version < '3'
suds-jurko ; python_version >= '3.0'