diff --git a/setup.py b/setup.py index 8e04e5b..0fe306c 100644 --- a/setup.py +++ b/setup.py @@ -61,6 +61,7 @@ setup( 'gutter': ['gutter==0.5.0'], 'mysql': ['pymysql==1.0.3', 'sqlalchemy==2.0.15', - 'sqlacodegen==2.3.0'], + 'sqlacodegen==2.3.0', + 'alembic==1.11.1'], }, )