From d4c0bb3b0e9b0656911ef065158e55676c3a873b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20DURR?= <03ht@theodurr.fr> Date: Wed, 27 Apr 2022 14:52:33 +0200 Subject: [PATCH] Fix pipeline MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Théo DURR <03ht@theodurr.fr> --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index b4ae05e7..bffcffa0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,6 +24,7 @@ Django = "^2.2" Pillow = "^8.3.2" mistune = "^0.8.4" django-jinja = "^2.9.1" +cryptography = "36.0.2" pyOpenSSL = "^21.0.0" pytz = "^2021.1" djangorestframework = "^3.12.4"