fixed "faafo list" not working, due to SQLalchemey >1.4

File "/usr/local/lib/python2.7/dist-packages/flask_restless/helpers.py", line 595, in count
    if num_results is None or query._limit:
AttributeError: 'BaseQuery' object has no attribute '_limit'
This commit is contained in:
Sebastian Rieger 2021-04-23 00:26:59 +02:00
parent 17e8b41743
commit 6e2b8dc1f0

View File

@ -5,6 +5,7 @@ iso8601
anyjson>=0.3.3 anyjson>=0.3.3
eventlet>=0.17.4 eventlet>=0.17.4
PyMySQL>=0.6.2,<0.7 # 0.7 design change breaks faafo, MIT License PyMySQL>=0.6.2,<0.7 # 0.7 design change breaks faafo, MIT License
SQLAlchemy>1.3,<1.4 # 1.4 breaks faafo list
Pillow==2.4.0 # MIT Pillow==2.4.0 # MIT
requests>=2.5.2 requests>=2.5.2
Flask-Bootstrap Flask-Bootstrap