File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 1+ [tool .poetry ]
2+ name = " vSphere-Automation-SDK"
3+ version = " 1.78.0"
4+ authors = [" VMWare" ]
5+ description = " VMware vSphere Automation SDK for Python"
6+ homepage = " https://github.com/vmware/vsphere-automation-sdk-python"
7+
8+ [tool .poetry .dependencies ]
9+ lxml = " >=4.3.0"
10+ pyVmomi = " >=6.7"
11+ vapi-runtime = { path = " lib/vapi-runtime/vapi_runtime-2.34.0-py2.py3-none-any.whl" }
12+ vapi-client-bindings = { path = " lib/vapi-client-bindings/vapi_client_bindings-3.9.0-py2.py3-none-any.whl" }
13+ vapi-common-client = { path = " lib/vapi-common-client/vapi_common_client-2.34.0-py2.py3-none-any.whl" }
14+ vmc-client-bindings = { path = " lib/vmc-client-bindings/vmc_client_bindings-1.60.0-py2.py3-none-any.whl" }
15+ nsx-python-sdk = { path = " lib/nsx-python-sdk/nsx_python_sdk-4.0.0.0.0-py2.py3-none-any.whl" }
16+ nsx-policy-python-sdk = { path = " lib/nsx-policy-python-sdk/nsx_policy_python_sdk-4.0.0.0.0-py2.py3-none-any.whl" }
17+ nsx-vmc-policy-python-sdk = { path = " lib/nsx-vmc-policy-python-sdk/nsx_vmc_policy_python_sdk-4.0.0.0.0-py2.py3-none-any.whl" }
18+ nsx-vmc-aws-integration-python-sdk = { path = " lib/nsx-vmc-aws-integration-python-sdk/nsx_vmc_aws_integration_python_sdk-4.0.0.0.0-py2.py3-none-any.whl" }
19+ vmc-draas-client-bindings = { path = " lib/vmc-draas-client-bindings/vmc_draas_client_bindings-1.19.0-py2.py3-none-any.whl" }
20+
21+ [build-system ]
22+ requires = [" poetry-core>=1.0.0" ]
23+ build-backend = " poetry.core.masonry.api"
You can’t perform that action at this time.
0 commit comments