Skip to content

Commit

Permalink
SQLAlchemy 2 version limit (#55)
Browse files Browse the repository at this point in the history
Co-authored-by: yafim <ifim.vo@gmail.com>
  • Loading branch information
yafimvo and yafim authored Jan 2, 2023
1 parent 2c987df commit 9367c22
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 @@ -18,7 +18,7 @@
install_requires = [
"prettytable<1",
"ipython>=1.0",
"sqlalchemy>=0.6.7",
"sqlalchemy>=0.6.7,<2.0",
"sqlparse",
"six",
"ipython-genutils>=0.1.0",
Expand Down

0 comments on commit 9367c22

Please sign in to comment.