Freeze sqlalchemy version per pip issues
This commit is contained in:
parent
c3d381fe9d
commit
3fd02ffdbb
5
setup.py
5
setup.py
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue