-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding scenarios sub folders to container creation (#337)
* adding scenarios sub folders to container creation * adding req * trying other package installations * more specific versions * removing vsphere * adding wheel * put vmware back Fixes: #335 Signed-off-by: Sandro Bonazzola <[email protected]> Co-authored-by: Sandro Bonazzola <[email protected]>
- Loading branch information
1 parent
66eb541
commit da74933
Showing
3 changed files
with
23 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,11 @@ docker-compose | |
jinja2==3.0.3 | ||
itsdangerous==2.0.1 | ||
werkzeug==2.0.3 | ||
aliyun-python-sdk-core-v3>=2.13.33 | ||
aliyun-python-sdk-ecs>=4.24.25 | ||
arcaflow-plugin-sdk==0.3.0 | ||
git+https://github.com/vmware/[email protected] | ||
lxml >= 4.3.0 | ||
pyVmomi >= 6.7 | ||
zope.interface==5.4.0 | ||
aliyun-python-sdk-core==2.13.36 | ||
aliyun-python-sdk-ecs==4.24.25 | ||
arcaflow-plugin-sdk | ||
wheel | ||
git+https://github.com/vmware/[email protected] |