We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bfbfd4d + 0457540 commit 4fb7d48Copy full SHA for 4fb7d48
requirements.txt
@@ -1,7 +1,5 @@
1
lxml >= 4.3.0
2
pyVmomi >= 6.7
3
-suds ; python_version < '3'
4
-suds-jurko ; python_version >= '3.0'
5
vapi-client-bindings == 3.6.0
6
vmc-client-bindings
7
nsx-python-sdk
setup.py
@@ -12,8 +12,6 @@
12
license='MIT',
13
install_requires=[
14
'lxml >= 4.3.0',
15
- 'suds ; python_version < "3"',
16
- 'suds-jurko ; python_version >= "3.0"',
17
'pyVmomi >= 6.7',
18
'vapi-runtime @ file://localhost/{}/lib/vapi-runtime/vapi_runtime-2.25.0-py2.py3-none-any.whl'.format(os.getcwd()),
19
'vapi-client-bindings @ file://localhost/{}/lib/vapi-client-bindings/vapi_client_bindings-3.6.0-py2.py3-none-any.whl'.format(os.getcwd()),
0 commit comments