From 33a2c15a3997d62f61bf5ceac3b4b7bce42dca26 Mon Sep 17 00:00:00 2001
From: Julian Rother <julianr@fsmpi.rwth-aachen.de>
Date: Wed, 9 Dec 2020 01:07:16 +0100
Subject: [PATCH] fixed requirements.txt for python3.9

---
 requirements.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index e5d9378e..dffdbf78 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10,7 +10,8 @@ Flask-OAuthlib==0.9.5
 # not very good at resolving them, so we pin the versions from Debian Buster
 # for all dependencies.
 certifi==2018.8.24
-cffi==1.12.2
+#cffi==1.12.2
+cffi # v1.12.2 no longer works with python3.9. Newer versions seem to work fine.
 chardet==3.0.4
 click==7.0
 cryptography==2.6.1
-- 
GitLab