Skip to content

Commit

Permalink
upgraded project deps
Browse files Browse the repository at this point in the history
  • Loading branch information
msetina committed Apr 2, 2024
1 parent 163f8b6 commit 6428e0c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "PKCS11-cryptography-keys"
description = "Python chryptography keys implemented on to of PKCS11 interface"
description = "Python chryptography keys implemented on to the PKCS11 interface"
authors = [{name = "Miha Šetina", email = "[email protected]"}]
maintainers = [{name = "Miha Šetina", email = "[email protected]"}]
license = {text = "APACHE,BSD"}
Expand Down Expand Up @@ -52,6 +52,8 @@ testing = [
]
mypy = [
"PKCS11-cryptography-keys",
"asn1crypto",
"cryptography",
"types-PyYAML",
]

Expand Down

0 comments on commit 6428e0c

Please sign in to comment.