Skip to content

Commit

Permalink
build: unpin PySPX optional dependency
Browse files Browse the repository at this point in the history
We should not need to pin dependencies for user installation per
default, but only if an update fails. This should be detected
automatically by Dependabot-triggered builds.

Signed-off-by: Lukas Puehringer <[email protected]>
  • Loading branch information
lukpueh committed Jan 11, 2023
1 parent 5b31255 commit 58857ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ crypto = ["cryptography>=37.0.0"]
gcpkms = ["google-cloud-kms", "cryptography>=37.0.0"]
hsm = ["asn1crypto", "cryptography>=37.0.0", "PyKCS11"]
pynacl = ["pynacl>1.2.0"]
PySPX = ["PySPX==0.5.0"]
PySPX = ["PySPX>=0.5.0"]

[tool.hatch.version]
path = "securesystemslib/__init__.py"
Expand Down

0 comments on commit 58857ca

Please sign in to comment.