Skip to content

Commit 651a0b8

Browse files
committed
Try installing older alembic
1 parent ceda390 commit 651a0b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def has_external_dependency(name):
4646
try:
4747
from setuptools import setup
4848
config['install_requires'] = ['requests', 'six',
49-
'sqlalchemy==1.0.19', 'alembic'],
49+
'alembic==0.9.4', 'sqlalchemy==1.0.19'],
5050
except ImportError:
5151
pass
5252

0 commit comments

Comments
 (0)