diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-04-22 22:16:38 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-04-22 22:16:38 +0200 |
commit | 3874c099616457d6fd326eafa86246ed8864f77b (patch) | |
tree | e37a91391368046376af36fe20bcab34169f8268 | |
parent | Redirect to /home. (diff) | |
download | newspipe-3874c099616457d6fd326eafa86246ed8864f77b.tar.gz newspipe-3874c099616457d6fd326eafa86246ed8864f77b.tar.bz2 newspipe-3874c099616457d6fd326eafa86246ed8864f77b.zip |
Whoosh dependency added to the requirements.txt file.
-rw-r--r-- | requirements.txt | 3 |
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 |