-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use sigstore-python for the data models
- Loading branch information
1 parent
0fd2819
commit 8782437
Showing
9 changed files
with
187 additions
and
246 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,8 @@ classifiers = [ | |
"Programming Language :: Python :: 3", | ||
"License :: OSI Approved :: Apache Software License", | ||
] | ||
dependencies = ["sigstore-protobuf-specs"] | ||
# TODO pin sigstore since we deppend on Bundle._inner, which is an object from the protobuf models and could change | ||
dependencies = ["cryptography", "pydantic", "sigstore @ git+ssh://[email protected]/sigstore/sigstore-python@7583a787ab808d3780e1fcdae86b8420fde939b8"] | ||
requires-python = ">=3.9" | ||
|
||
[project.optional-dependencies] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.