bc59c0b
@@ -10,9 +10,8 @@
fedora-messaging
alembic >= 0.8.3
Flask >= 0.10.1
- # FIXME: Flask-RESTful 0.3.6 breaks tests, see https://phab.qa.fedoraproject.org/T961
flask-oidc >= 1.1.1
- Flask-RESTful >= 0.2.11, <= 0.3.5
+ Flask-RESTful >= 0.3.9
Flask-SQLAlchemy >= 2.0
iso8601 >= 0.1.10
six >= 1.9.0
Fixes:
ImportError: cannot import name '_endpoint_from_view_func' from 'flask.helpers'
+1 consider using pip-compile for the dependencies.
+1
Seems okay, fixes flask 2.0 support, doesn't introduce new failures.
Pull-Request has been merged by lholecek
Fixes: