From 4202b810cab2c526de78a8d39a6f6e974e81c233 Mon Sep 17 00:00:00 2001 From: Hinrich Mahler Date: Mon, 8 Feb 2021 19:12:13 +0100 Subject: [PATCH] Don't use buggy v3.4 of cryptography --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f6b17ef2791..13b262c5031 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ certifi -cryptography +cryptography!=3.4 # only telegram.ext: # Keep this line here; used in setup(-raw).py tornado>=5.1 APScheduler==3.6.3