Pin SQLAlchemy less than 2.0.0
SQLAlchemy 2.0 is a very large non backward compatible update. We should probably take the time to update lodgeit to work with SQLAlchemy 2.0, but for now lets just make the software buildable and pin the dep. Change-Id: Ie4fcc6e8aae92b54adb30ac6028907217613165f
This commit is contained in:
parent
cc2728f1a3
commit
95fc241bc0
@ -3,7 +3,7 @@ Jinja2
|
||||
Werkzeug<0.16
|
||||
Pygments<2.6;python_version<'3'
|
||||
Pygments;python_version>='3'
|
||||
SQLAlchemy
|
||||
SQLAlchemy<2.0.0
|
||||
PyMySQL
|
||||
simplejson
|
||||
Babel
|
||||
|
Loading…
x
Reference in New Issue
Block a user