aboutsummaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-02-09 16:10:49 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-02-09 16:10:49 +0100
commit64d46ffda837e88596fae19c20d1d55467932668 (patch)
tree49ae5775095d368c8b81f57277d213b34a2e1958 /requirements.txt
parentMerge branch 'master' of bitbucket.org:cedricbonhomme/pyaggr3g470r (diff)
downloadnewspipe-64d46ffda837e88596fae19c20d1d55467932668.tar.gz
newspipe-64d46ffda837e88596fae19c20d1d55467932668.tar.bz2
newspipe-64d46ffda837e88596fae19c20d1d55467932668.zip
It is now possible to import OPML files.
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 622dcb52..4938021d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,5 @@
feedparser
+opml
requests
whoosh
BeautifulSoup
bgstack15