Skip to content

Commit

Permalink
Optional dependencies for VaultSigner
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Puehringer <[email protected]>
  • Loading branch information
lukpueh committed Apr 26, 2024
1 parent 93aefbe commit 9dbffff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ awskms = ["boto3", "botocore", "cryptography>=40.0.0"]
hsm = ["asn1crypto", "cryptography>=40.0.0", "PyKCS11"]
PySPX = ["PySPX>=0.5.0"]
sigstore = ["sigstore~=2.0"]
vault = ["hvac", "cryptography>=40.0.0"]

[tool.hatch.version]
path = "securesystemslib/__init__.py"
Expand Down
1 change: 1 addition & 0 deletions requirements-vault.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
hvac==2.1.0
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ commands_post =
[testenv:local-vault]
deps =
-r{toxinidir}/requirements-pinned.txt
hvac
-r{toxinidir}/requirements-vault.txt

allowlist_externals =
bash
Expand Down

0 comments on commit 9dbffff

Please sign in to comment.