From 6428e0c9cd7f39113c2c55532afdbdf80781ab9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miha=20=C5=A0etina?= Date: Tue, 2 Apr 2024 11:29:48 +0200 Subject: [PATCH] upgraded project deps --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f6a3bf4..1521b71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = "miha.setina@gmail.com"}] maintainers = [{name = "Miha Šetina", email = "miha.setina@gmail.com"}] license = {text = "APACHE,BSD"} @@ -52,6 +52,8 @@ testing = [ ] mypy = [ "PKCS11-cryptography-keys", + "asn1crypto", + "cryptography", "types-PyYAML", ]