aboutsummaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2014-01-29 14:06:16 +0100
committerCédric Bonhomme <kimble.mandel@gmail.com>2014-01-29 14:06:16 +0100
commita087c7bf10e9b6def3d4ca79e9bed526ce4382ea (patch)
tree1af493938aecd554c25f3fda8d3da33f1065e8c9 /requirements.txt
parentexplicitly mark a string as safe HTML with |safe (diff)
downloadnewspipe-a087c7bf10e9b6def3d4ca79e9bed526ce4382ea.tar.gz
newspipe-a087c7bf10e9b6def3d4ca79e9bed526ce4382ea.tar.bz2
newspipe-a087c7bf10e9b6def3d4ca79e9bed526ce4382ea.zip
Fixed setup script.
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index e19d044d..622dcb52 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,5 @@
feedparser
+requests
whoosh
BeautifulSoup
mongoengine
bgstack15