Closed
Issue #38
· created by
(Edited
)
pb with Werkzeug package
By default pip install Werkzeug module version 1.0 but there is in an error when running the flask application : ImportError: cannot import name secure_filename see https://github.com/pallets/werkzeug/issues/1714 to fix it force the version of Werkzeug to 0.16.1
-
Nice find !
That must've been quite the headache…
I hotfixed our pip requirements.
-
mentioned in commit 3057adf7480e42f28e79ff8d09495450ceb03eda
-
Status changed to closed