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:
Clark Boylan 2023-05-08 09:25:22 -07:00
parent cc2728f1a3
commit 95fc241bc0
1 changed files with 1 additions and 1 deletions

View File

@ -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