update SQLAlchemy version
This commit is contained in:
4
setup.py
4
setup.py
@@ -18,9 +18,9 @@ requires = [
|
|||||||
'pyramid_retry',
|
'pyramid_retry',
|
||||||
'pyramid_layout',
|
'pyramid_layout',
|
||||||
'pyramid_tm',
|
'pyramid_tm',
|
||||||
'SQLAlchemy==1.4.49',
|
'SQLAlchemy==1.4.54',
|
||||||
'transaction',
|
'transaction',
|
||||||
'zope.sqlalchemy',
|
'zope.sqlalchemy==2.0',
|
||||||
'wtforms', # form library 2.2.1
|
'wtforms', # form library 2.2.1
|
||||||
'webhelpers2', # various web building related helpers 2.0
|
'webhelpers2', # various web building related helpers 2.0
|
||||||
'passlib',
|
'passlib',
|
||||||
|
|||||||
Reference in New Issue
Block a user