From 26c21137ec7ee15443203e8b652e8791940527f4 Mon Sep 17 00:00:00 2001 From: Ian Burgwin Date: Thu, 2 Apr 2020 10:27:01 -0700 Subject: [PATCH] requirements: allow any version of pycryptodomex above or equal to 3.9.4 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e9e3817..fb41186 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -pycryptodomex==3.9.4 +pycryptodomex<=3.9.4 events==0.3 pyctr==0.1.0