From 817f23bed23ab9a52cff0271a58fdd381b36933d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Wed, 26 May 2021 21:18:29 +0200 Subject: Revert SQLAlchemy to 1.3 -- changes in 1.4 are way to much for the moment --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a5f9a67..f23fcfa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ itsdangerous==2.0.1 Jinja2==3.0.1 MarkupSafe==2.0.1 passlib==1.7.4 -SQLAlchemy==1.4.15 +SQLAlchemy==1.3.24 Werkzeug==2.0.1 WTForms==2.3.3 -simplejson==3.17.2 \ No newline at end of file +simplejson==3.17.2 -- cgit v1.2.3