cos-archives / modular-odm

A database-agnostic Object-Document Mapper for Python.
Apache License 2.0
13 stars 18 forks source link

Remove Flask as a hard dependency? #40

Open sloria opened 11 years ago

sloria commented 11 years ago

In the interest of keeping the package lightweight, I think Flask can be remove as a hard dependency if the only thing that depends on it is the FlaskStoredObject. It would make more sense to release Flask integration as a Flask extension (a la Flask-SQLAlchemy and Flask-Peewee).

JeffSpies commented 11 years ago

I like this idea.

On Mon, Oct 7, 2013 at 1:41 PM, Steven Loria notifications@github.comwrote:

In the interest of keeping the package lightweight, I think Flask can be remove as a hard dependency if the only thing that depends on it is the FlaskStoredObject. It would make more sense to release Flask integration as a Flask extension (a la Flask-SQLAlchemy and Flask-Peewee).

— Reply to this email directly or view it on GitHubhttps://github.com/CenterForOpenScience/modular-odm/issues/40 .