Skip to content

Commit

Permalink
Pin flask-sqlalchemy for now
Browse files Browse the repository at this point in the history
  • Loading branch information
marksteward committed Oct 21, 2022
1 parent 12c2980 commit f5a3f80
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 @@ -33,7 +33,7 @@ def get_version():
],
'flask': ['Flask>=0.9'],
'flask-login': ['Flask-Login>=0.2.9'],
'flask-sqlalchemy': ['Flask-SQLAlchemy>=1.0'],
'flask-sqlalchemy': ['Flask-SQLAlchemy>=1.0,<3.0.0'],
'flexmock': ['flexmock>=0.9.7'],
'i18n': ['SQLAlchemy-i18n>=0.8.4,!=1.1.0'],
}
Expand Down

0 comments on commit f5a3f80

Please # to comment.