2022-10-12 05:48:16 -04:00
|
|
|
###### Common Requirements ######
|
2019-03-17 09:44:51 -04:00
|
|
|
lxml >= 4.3.0
|
2018-05-15 23:56:21 -04:00
|
|
|
pyVmomi >= 6.7
|
2022-10-12 05:48:16 -04:00
|
|
|
six (>=1.12)
|
|
|
|
###### Different dependency requirements for different python version ######
|
|
|
|
pyOpenSSL (==19.1.0); python_version <= "3.6"
|
|
|
|
cryptography (<3.0,>=2.8); python_version <= "3.6"
|
|
|
|
setuptools (==36.2.0); python_version <= "3.6"
|
|
|
|
requests (==2.21.0); python_version <= "3.6"
|
|
|
|
idna (>=2.5,<2.9); python_version <= "3.6"
|
|
|
|
|
|
|
|
requests (==2.27.1); python_version > "3.6"
|
|
|
|
pyOpenSSL (==22.0.0); python_version > "3.6"
|
|
|
|
cryptography (==36.0.0); python_version > "3.6"
|
|
|
|
setuptools (==62.0.0); python_version > "3.6"
|
|
|
|
###### SDK requirements ######
|
|
|
|
vapi-client-bindings == 4.0.0
|
2018-09-19 23:09:22 -04:00
|
|
|
vmc-client-bindings
|
2019-01-25 18:03:05 -05:00
|
|
|
nsx-python-sdk
|
2018-05-15 23:56:21 -04:00
|
|
|
nsx-policy-python-sdk
|
2019-05-29 13:48:16 -04:00
|
|
|
nsx-vmc-policy-python-sdk
|
|
|
|
nsx-vmc-aws-integration-python-sdk
|
2019-08-29 02:42:35 -04:00
|
|
|
vmc-draas-client-bindings
|