Freeze sqlalchemy version per pip issues

This commit is contained in:
Lance Edgar 2021-06-11 17:49:53 -05:00
parent c3d381fe9d
commit 3fd02ffdbb

View file

@ -47,6 +47,11 @@ requires = [
# TODO: relax this once changes are dealt with upstream
'pyramid<2',
# TODO: this is the same restriction as upstream (rattail) uses.
# at first i didn't set this here, but for some reason an install
# got SA 1.4.x so then i had to.
'SQLAlchemy<1.4', # 0.7.6 1.3.24
'invoke', # 1.4.1
'psycopg2', # 2.8.4