Skip to content

Commit

Permalink
signer: list one extra dependency per library
Browse files Browse the repository at this point in the history
Listing multiple dependencies per feature (e.g. hsm) is
inconsistent with other extras and also prone to redundancy.

Signed-off-by: Lukas Puehringer <[email protected]>
  • Loading branch information
lukpueh committed Dec 12, 2022
1 parent 60679b7 commit 0928ceb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ crypto = ["cryptography>=37.0.0"]
gcpkms = ["google-cloud-kms"]
pynacl = ["pynacl>1.2.0"]
PySPX = ["PySPX==0.5.0"]
hsm = ["asn1crypto", "cryptography", "PyKCS11"]
asn1 = ["asn1crypto"]
pykcs11 = ["PyKCS11"]

[tool.setuptools]
include-package-data = true
Expand Down

0 comments on commit 0928ceb

Please sign in to comment.