Skip to content

Commit

Permalink
Merge pull request #597 from kommendorkapten/azure_deps
Browse files Browse the repository at this point in the history
Added azurekms as a dependency
  • Loading branch information
jku committed Jun 2, 2023
2 parents a4a86db + 0fa9886 commit c1b7c26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Issues = "https://github.com/secure-systems-lab/securesystemslib/issues"
[project.optional-dependencies]
crypto = ["cryptography>=37.0.0"]
gcpkms = ["google-cloud-kms", "cryptography>=37.0.0"]
azurekms = ["azure-identity", "azure-keyvault-keys", "cryptography>=37.0.0"]
hsm = ["asn1crypto", "cryptography>=37.0.0", "PyKCS11"]
pynacl = ["pynacl>1.2.0"]
PySPX = ["PySPX>=0.5.0"]
Expand Down

0 comments on commit c1b7c26

Please sign in to comment.