Skip to content

Commit

Permalink
fix required version of sqlalchemy
Browse files Browse the repository at this point in the history
  • Loading branch information
gregflynn committed Mar 28, 2023
1 parent 50eccad commit 492cadf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

setup(
name='settler',
version='0.5.1',
version='0.5.2',
author='Greg Flynn',
author_email='[email protected]',
url='https://github.com/gregflynn/settler',
packages=['settler'],
provides=['settler'],
install_requires=[
'sqlalchemy>=1.4'
'sqlalchemy>=2.0'
]
)

0 comments on commit 492cadf

Please sign in to comment.