aboutsummaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-05-03 08:22:14 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-05-03 08:22:14 +0200
commit401478b6698d82eb9ff054c1d544e9d6fd72323b (patch)
tree74a8d8e19e1e32324d9aa31a28a1567cb0da57ba /requirements.txt
parentUsing lxml parser instead of html.parser, fixes #4. (diff)
downloadnewspipe-401478b6698d82eb9ff054c1d544e9d6fd72323b.tar.gz
newspipe-401478b6698d82eb9ff054c1d544e9d6fd72323b.tar.bz2
newspipe-401478b6698d82eb9ff054c1d544e9d6fd72323b.zip
Updated requirements.txt.
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index f843318c..8a4ab9dc 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,7 +1,7 @@
feedparser
opml
requests
-BeautifulSoup
+beautifulsoup4
lxml
SQLAlchemy
psycopg2
bgstack15