Skip to content

Commit

Permalink
Allow older versions of alembic as well
Browse files Browse the repository at this point in the history
  • Loading branch information
bderenzi committed Sep 22, 2021
1 parent fd1b18d commit 48a5fa4
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 @@ -67,7 +67,7 @@ def run_tests(self):
include_package_data=True,
license = 'MIT',
install_requires = [
'alembic==1.6.5',
'alembic<=1.6.5',
'argparse',
'jsonpath-ng~=1.5',
'openpyxl==2.5.12',
Expand Down

0 comments on commit 48a5fa4

Please sign in to comment.