Skip to content

Commit

Permalink
pypi: add cctrusted_base as dependency for cctrusted_vm (#61)
Browse files Browse the repository at this point in the history
Signed-off-by: Ruoyu Ying <ruoyu.ying@intel.com>
  • Loading branch information
Ruoyu-y authored Jan 17, 2024
1 parent b782b4a commit 9e18cff
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "cctrusted_base"
version = "0.0.3"
version = "0.3.1"
authors = [
{ name="Lu, Ken", email="ken.lu@intel.com" },
{ name="Zhang, Wenhui", email="wenhui.zhang@bytedance.com" },
Expand Down
4 changes: 3 additions & 1 deletion vmsdk/python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "cctrusted_vm"
version = "0.0.3"
version = "0.3.1"
authors = [
{ name="Lu, Ken", email="ken.lu@intel.com" },
{ name="Zhang, Wenhui", email="wenhui.zhang@bytedance.com" },
Expand All @@ -15,6 +15,8 @@ classifiers = [
"Operating System :: POSIX :: Linux",
]
dependencies = [
"cctrusted_base",
"pytest",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions vmsdk/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
cctrusted_base
pytest

0 comments on commit 9e18cff

Please sign in to comment.