From b1b3c15a9f1479cf33e22db46a1eff344143516a Mon Sep 17 00:00:00 2001 From: Son Date: Tue, 10 May 2022 11:23:52 +0200 Subject: [PATCH] fix --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 9a2176c0..57b585b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,6 +87,7 @@ tldextract = "^3.1.2" flask-debugtoolbar-sqlalchemy = "^0.2.0" twilio = "^7.3.2" Deprecated = "^1.2.13" +cryptography = "37.0.1" [tool.poetry.dev-dependencies] pytest = "^7.0.0"