You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @noirbizarre,
If we upgrade werkzeug to the last version we can't use flask_fs mostly due to imports.
It's like from werkzeug import secure_filename that have to be from werkzeug.utils import secure_filename.
I fixed everything in my local package.
If I do a PR will you merge and build a new version ?
This repo does not seem to be maintained anymore.
The text was updated successfully, but these errors were encountered:
Hi @noirbizarre,
If we upgrade werkzeug to the last version we can't use flask_fs mostly due to imports.
It's like
from werkzeug import secure_filename
that have to befrom werkzeug.utils import secure_filename
.I fixed everything in my local package.
If I do a PR will you merge and build a new version ?
This repo does not seem to be maintained anymore.
The text was updated successfully, but these errors were encountered: