Skip to content

Commit

Permalink
Allow newer versions of sqlalchemy
Browse files Browse the repository at this point in the history
Credits go to Nick Altmann for spotting this
  • Loading branch information
razvancrainea committed May 23, 2024
1 parent f7372ee commit d0add90
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(self):
],
install_requires=[
'mysqlclient<1.4.0rc1',
'sqlalchemy==1.3.3',
'sqlalchemy>=1.3.3',
'sqlalchemy-utils'
],
classifiers = [
Expand Down

0 comments on commit d0add90

Please sign in to comment.