flask-redis-queue
flask-redis-queue copied to clipboard
Project doesn't run with the specified version of flask in requirements file
When you try to build the docker image using the provided docker-compose configuration file, the build will fail and exit with an error clearly caused by incompatibility with werkzeug package as the trace show:
ImportError: cannot import name 'url_quote' from 'werkzeug.urls'.
I've managed to fix it by just upgrading flask version to Flask==2.3.3 which is the latest version in 2.x.x series.