summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2021-05-26 21:18:29 +0200
committerRené 'Necoro' Neumann <necoro@necoro.eu>2021-05-26 21:18:29 +0200
commit817f23bed23ab9a52cff0271a58fdd381b36933d (patch)
tree7d317ef7aa7a6cdbf9aa2ebb1e0b328a04464011
parent2453b700c28131f0c23525112315a33983d66dcb (diff)
downloadkosten-817f23bed23ab9a52cff0271a58fdd381b36933d.tar.gz
kosten-817f23bed23ab9a52cff0271a58fdd381b36933d.tar.bz2
kosten-817f23bed23ab9a52cff0271a58fdd381b36933d.zip
Revert SQLAlchemy to 1.3 -- changes in 1.4 are way to much for the moment
-rw-r--r--requirements.txt4
1 files 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