dahlia / sqlalchemy-imageattach

SQLAlchemy extension for attaching images to entities.
https://sqlalchemy-imageattach.readthedocs.io/
MIT License
116 stars 25 forks source link

Remove Werkzeug dependency #2

Closed dahlia closed 11 years ago

dahlia commented 11 years ago

Currently sqlalchemy-imageattach uses Werkzeug for two reasons:

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.