Skip to content

Commit 601942c

Browse files
committed
add cryptography as dep
1 parent 44dfe76 commit 601942c

File tree

2 files changed

+142
-1
lines changed

2 files changed

+142
-1
lines changed

poetry.lock

Lines changed: 140 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ apt-repo = "^0.5"
1818
jsonschema = "^4.23.0"
1919
oras = { git = "https://github.com/oras-project/oras-py.git", rev="caf8db5b279382335fbb1f6d7402ed9b73618d37" }
2020
python-dotenv = "^1.0.1"
21+
cryptography = "^43.0.0"
22+
2123

2224
[tool.poetry.group.dev.dependencies]
2325
black = "^24.8.0"

0 commit comments

Comments
 (0)