Skip to content

Commit 7240d17

Browse files
authored
Merge pull request #307 from ligangty/radas-umb
Add missing oras deps in project.toml and setup.py
2 parents 372e222 + 3e71875 commit 7240d17

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ dependencies = [
3737
"jsonschema>=4.9.1",
3838
"urllib3>=1.25.10",
3939
"semantic-version>=2.10.0",
40+
"oras>=0.2.31",
4041
"python-qpid-proton>=0.39.0"
4142
]
4243

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"jsonschema>=4.9.1",
5959
"urllib3>=1.25.10",
6060
"semantic-version>=2.10.0",
61+
"oras>=0.2.31",
6162
"python-qpid-proton>=0.39.0"
6263
],
6364
)

0 commit comments

Comments
 (0)