diff --git a/src/python/pyproject.toml b/src/python/pyproject.toml index 519281a..d63fdbc 100644 --- a/src/python/pyproject.toml +++ b/src/python/pyproject.toml @@ -15,7 +15,7 @@ classifiers = [ "Operating System :: POSIX :: Linux", ] dependencies = [ - "cctrusted_base @ git+https://github.com/cc-api/cc-trusted-api.git#subdirectory=common/python", + "cctrusted_base", "pytest", ]