Skip to content

Commit 1226e2b

Browse files
author
Josh Alexander
authored
Create pyproject.toml
1 parent 5dc687c commit 1226e2b

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

pyproject.toml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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"

0 commit comments

Comments
 (0)