From 9e18cffee1832fe0fee86dcb8fef85b7fa06477c Mon Sep 17 00:00:00 2001 From: Ruoyu Ying Date: Wed, 17 Jan 2024 08:55:38 +0800 Subject: [PATCH] pypi: add cctrusted_base as dependency for cctrusted_vm (#61) Signed-off-by: Ruoyu Ying --- common/python/pyproject.toml | 2 +- vmsdk/python/pyproject.toml | 4 +++- vmsdk/python/requirements.txt | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/common/python/pyproject.toml b/common/python/pyproject.toml index 931f988e..6a78f803 100644 --- a/common/python/pyproject.toml +++ b/common/python/pyproject.toml @@ -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" }, diff --git a/vmsdk/python/pyproject.toml b/vmsdk/python/pyproject.toml index be046988..64676db3 100644 --- a/vmsdk/python/pyproject.toml +++ b/vmsdk/python/pyproject.toml @@ -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" }, @@ -15,6 +15,8 @@ classifiers = [ "Operating System :: POSIX :: Linux", ] dependencies = [ + "cctrusted_base", + "pytest", ] [project.urls] diff --git a/vmsdk/python/requirements.txt b/vmsdk/python/requirements.txt index e079f8a6..5f95c9c3 100644 --- a/vmsdk/python/requirements.txt +++ b/vmsdk/python/requirements.txt @@ -1 +1,2 @@ +cctrusted_base pytest