aboutsummaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-05-03 08:19:29 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-05-03 08:19:29 +0200
commit67952f5b33583380be14b9cb420e8999a132e35d (patch)
treeb81db438ee837ff30f6a59edbd311c8760a74646 /requirements.txt
parentsearch.path fixes #5. (diff)
downloadnewspipe-67952f5b33583380be14b9cb420e8999a132e35d.tar.gz
newspipe-67952f5b33583380be14b9cb420e8999a132e35d.tar.bz2
newspipe-67952f5b33583380be14b9cb420e8999a132e35d.zip
Using lxml parser instead of html.parser, fixes #4.
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 65b5cd41..f843318c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,6 +2,7 @@ feedparser
opml
requests
BeautifulSoup
+lxml
SQLAlchemy
psycopg2
Flask
bgstack15