aboutsummaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2013-10-29 07:51:52 +0100
committerCédric Bonhomme <kimble.mandel@gmail.com>2013-10-29 07:51:52 +0100
commit7ee984cde5b3857ab731c8ef7004c034c6245373 (patch)
tree0adbdaf4dd7801482f590435fab274cf4408a75f /requirements.txt
parentLink to the original article. (diff)
downloadnewspipe-7ee984cde5b3857ab731c8ef7004c034c6245373.tar.gz
newspipe-7ee984cde5b3857ab731c8ef7004c034c6245373.tar.bz2
newspipe-7ee984cde5b3857ab731c8ef7004c034c6245373.zip
Updated requirements.txt
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 15c28fea..b303f574 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,3 +1,5 @@
+feedparser
+whoosh
BeautifulSoup
mongoengine
Flask
bgstack15