Skip to content

Commit

Permalink
Try installing older alembic
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenMaude committed Jul 6, 2020
1 parent ceda390 commit 651a0b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def has_external_dependency(name):
try:
from setuptools import setup
config['install_requires'] = ['requests', 'six',
'sqlalchemy==1.0.19', 'alembic'],
'alembic==0.9.4', 'sqlalchemy==1.0.19'],
except ImportError:
pass

Expand Down

0 comments on commit 651a0b8

Please sign in to comment.