From 10e69d8add8d9748b107dc2fad61d728779e1a62 Mon Sep 17 00:00:00 2001 From: Phuoc CAO Date: Fri, 6 May 2022 11:31:00 +0200 Subject: [PATCH] pin alembic version to 1.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5d2306c..648aca6 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ 'pyramid_jinja2', 'pyramid_debugtoolbar', 'waitress', - 'alembic', + 'alembic==1.4.2', 'pyramid_mailer', 'pyramid_retry', 'pyramid_tm',