Use sa-filters instead of sqlalchemy-filters for API queries
latter was abandoned it seems; former has support for SQLAlchemy 1.4 and looks to be a drop-in replacement another option, if needed at some point, though i like the looks of it less, is https://sqlalchemy-filters-plus.readthedocs.io/ see also: https://github.com/juliotrigo/sqlalchemy-filters/pull/69 https://github.com/juliotrigo/sqlalchemy-filters/issues/72
This commit is contained in:
parent
c87c50bfb9
commit
5736faf24c
2 changed files with 3 additions and 7 deletions
2
setup.py
2
setup.py
|
@ -96,7 +96,7 @@ requires = [
|
|||
'pyramid_tm', # 0.3
|
||||
'rattail[db,bouncer]', # 0.5.0
|
||||
'six', # 1.10.0
|
||||
'sqlalchemy-filters', # 0.8.0
|
||||
'sa-filters', # 1.2.0
|
||||
'transaction', # 1.2.0
|
||||
'waitress', # 0.8.1
|
||||
'WebHelpers2', # 2.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue