Skip to content

Commit

Permalink
Fix oras version
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Sep 4, 2024
1 parent 545da24 commit b72eddc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ dev = [
"pytest",
"pytest-cov"
]
oras = ["oras"]
all = ["oras"]
oras = ["oras==0.1.30"]
all = ["oras==0.1.30"]

[tool.setuptools]
packages = ["vdb", "vdb.lib", "vdb.lib.cve_model"]
Expand Down

0 comments on commit b72eddc

Please sign in to comment.