File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
###### Common requirements ######
2
2
lxml >= 4.3.0
3
- pyVmomi >= 6.7
3
+ pyVmomi ( <= 7.0.3 , >= 6.7 )
4
4
six (>= 1.12 )
5
5
6
6
requests (== 2.27.1 )
Original file line number Diff line number Diff line change 1
1
###### This requirements file is used for local installation where access to GitHub is restricted ######
2
2
###### Common requirements ######
3
3
lxml >= 4.3.0
4
- pyVmomi >= 6.7
4
+ pyVmomi (<=7.0.3,>= 6.7)
5
5
six (>=1.12)
6
6
requests (==2.27.1)
7
7
pyOpenSSL (==22.0.0)
Original file line number Diff line number Diff line change 13
13
packages = [],
14
14
install_requires = [
15
15
'lxml >= 4.3.0' ,
16
- 'pyVmomi >= 6.7' ,
16
+ 'pyVmomi <=7.0.3,>= 6.7' ,
17
17
'vapi-runtime @ file://localhost/{}/lib/vapi-runtime/vapi_runtime-2.37.0-py2.py3-none-any.whl' .format (os .getcwd ()),
18
18
'vapi-client-bindings @ file://localhost/{}/lib/vapi-client-bindings/vapi_client_bindings-4.0.0-py2.py3-none-any.whl' .format (os .getcwd ()),
19
19
'vapi-common-client @ file://localhost/{}/lib/vapi-common-client/vapi_common_client-2.37.0-py2.py3-none-any.whl' .format (os .getcwd ()),
You can’t perform that action at this time.
0 commit comments