Skip to content

Commit

Permalink
purge unused FlaskStoredObject
Browse files Browse the repository at this point in the history
 * Removes FlaskStoredObject extension, allowing us to drop our Flask
   dependency.
  • Loading branch information
felliott committed Sep 19, 2016
1 parent f3db4d0 commit 0935148
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 93 deletions.
1 change: 0 additions & 1 deletion modularodm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
__version__ = "0.3.0"

from .storedobject import StoredObject
from .ext.odmflask import FlaskStoredObject

from .query.querydialect import DefaultQueryDialect as Q
31 changes: 0 additions & 31 deletions modularodm/ext/odmflask.py

This file was deleted.

1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
Flask
blinker
pymongo
python-dateutil
60 changes: 0 additions & 60 deletions tests/ext/test_odmflask.py

This file was deleted.

0 comments on commit 0935148

Please sign in to comment.