From 3e7187501b1bdfcad0cf29037e8ee0eacf2a6141 Mon Sep 17 00:00:00 2001 From: Gang Li Date: Fri, 6 Jun 2025 18:22:27 +0800 Subject: [PATCH] Add missing oras deps in project.toml and setup.py --- pyproject.toml | 1 + setup.py | 1 + 2 files changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 536df23e..ea54ee99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,6 +37,7 @@ dependencies = [ "jsonschema>=4.9.1", "urllib3>=1.25.10", "semantic-version>=2.10.0", + "oras>=0.2.31", "python-qpid-proton>=0.39.0" ] diff --git a/setup.py b/setup.py index e2232b75..8628953c 100755 --- a/setup.py +++ b/setup.py @@ -58,6 +58,7 @@ "jsonschema>=4.9.1", "urllib3>=1.25.10", "semantic-version>=2.10.0", + "oras>=0.2.31", "python-qpid-proton>=0.39.0" ], )