From 16fa4d6a7d40147245a73f9f42bec6495195bd0f Mon Sep 17 00:00:00 2001 From: Konstantin Kovshenin Date: Sat, 21 Sep 2024 12:11:01 +0100 Subject: [PATCH] Add cryptography dependency --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 3dae651..0a4bf95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,6 +6,7 @@ readme = "README.md" authors = [{ name = "Konstantin Kovshenin", email = "kovshenin@gmail.com" }] dependencies = [ "click==8.1.7", + "cryptography==43.0.1", "decorator==5.1.1", "fabric==3.2.2", "invoke==2.2.0",