aboutsummaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-04-22 22:16:38 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-04-22 22:16:38 +0200
commit3874c099616457d6fd326eafa86246ed8864f77b (patch)
treee37a91391368046376af36fe20bcab34169f8268 /requirements.txt
parentRedirect to /home. (diff)
downloadnewspipe-3874c099616457d6fd326eafa86246ed8864f77b.tar.gz
newspipe-3874c099616457d6fd326eafa86246ed8864f77b.tar.bz2
newspipe-3874c099616457d6fd326eafa86246ed8864f77b.zip
Whoosh dependency added to the requirements.txt file.
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 5b516396..72619aa7 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -11,4 +11,5 @@ Flask-Principal
Flask-WTF
Flask-Mail
WTForms
-gevent \ No newline at end of file
+gevent
+whoosh
bgstack15