Skip to content

Commit

Permalink
Try older sqlalchemy version
Browse files Browse the repository at this point in the history
Back when tests passed.
  • Loading branch information
StevenMaude committed Jul 6, 2020
1 parent 6e8932b commit 17df693
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', 'alembic'],
'sqlalchemy==1.0.19', 'alembic'],
except ImportError:
pass

Expand Down

0 comments on commit 17df693

Please sign in to comment.