From 645d02d764e82e6b1a2d24f2ee9afd3827fa11de Mon Sep 17 00:00:00 2001 From: Marko Petric Date: Wed, 6 Jan 2021 10:27:55 +0100 Subject: [PATCH] Fix M2Crypto to 0.36 due to swig problem in future versions --- config/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/requirements.txt b/config/requirements.txt index be1f5c6..44ca618 100644 --- a/config/requirements.txt +++ b/config/requirements.txt @@ -23,7 +23,7 @@ ldap3 # newer versions of matplotlib require python 3 matplotlib>=2.1.0,<3.0 mock>=1.0.1 -M2Crypto +M2Crypto==0.36 MySQL-python>=1.2.5 jinja2 ipython==5.3.0