aboutsummaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2015-04-22 08:36:40 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2015-04-22 08:36:40 +0200
commit58c89a2fe1e1118d6e37551f4d660d5b2e2e0b67 (patch)
treebadbb2486b5cd6c639924a06a01fd185db2dbc7c /requirements.txt
parentFixed the default configuration file. Minor update to the install.sh script. (diff)
downloadnewspipe-58c89a2fe1e1118d6e37551f4d660d5b2e2e0b67.tar.gz
newspipe-58c89a2fe1e1118d6e37551f4d660d5b2e2e0b67.tar.bz2
newspipe-58c89a2fe1e1118d6e37551f4d660d5b2e2e0b67.zip
Full text seaerch with Whoosh has been removed.
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 8dc23d8a..b63daf74 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8,7 +8,6 @@ opml
psycopg2
SQLAlchemy
alembic
-whoosh
Flask
Flask-SQLAlchemy
Flask-Login
bgstack15