From 8217339c661a519e4647c79d90a2775d078b68c4 Mon Sep 17 00:00:00 2001 From: FSMPI Admin-Team <admin@fsmpi.rwth-aachen.de> Date: Thu, 8 Apr 2021 20:18:49 +0200 Subject: [PATCH] Upgrade alembic version not to raise StopIteration anymore --- requirements.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index b0ced66..01606b0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -alembic==0.8.3 +alembic==0.9.6 blinker==1.4 Flask==0.10.1 Flask-Login==0.3.2 @@ -13,9 +13,11 @@ Jinja2==2.8 Mako==1.0.3 MarkupSafe==0.23 passlib==1.6.1 +pkg-resources==0.0.0 psycopg2==2.7 +python-dateutil==2.8.1 python-editor==0.4 +six==1.15.0 SQLAlchemy==1.0.9 Werkzeug==0.10.4 -wheel==0.26.0 WTForms==2.0.2 -- GitLab