Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Werkzeug dependency #2

Closed
2 tasks done
dahlia opened this issue May 29, 2013 · 0 comments
Closed
2 tasks done

Remove Werkzeug dependency #2

dahlia opened this issue May 29, 2013 · 0 comments

Comments

@dahlia
Copy link
Owner

dahlia commented May 29, 2013

Currently sqlalchemy-imageattach uses Werkzeug for two reasons:

  • Context locals: we can simply bring it from Werkzeug as like Celery have done.
  • WSGI app that serves static files: it’s only a small part of Werkzeug, so we can independently implement it again from scratch.

Werkzeug is a foundation of web frameworks, and there are similar ones for the same purpose e.g. WebOb. Users of web frameworks based on other foundations (for example, Pyramid is based on WebOb instead of Werkzeug) might get inconvenient by Werkzeug dependency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant