diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-05-03 08:22:14 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-05-03 08:22:14 +0200 |
commit | 401478b6698d82eb9ff054c1d544e9d6fd72323b (patch) | |
tree | 74a8d8e19e1e32324d9aa31a28a1567cb0da57ba /requirements.txt | |
parent | Using lxml parser instead of html.parser, fixes #4. (diff) | |
download | newspipe-401478b6698d82eb9ff054c1d544e9d6fd72323b.tar.gz newspipe-401478b6698d82eb9ff054c1d544e9d6fd72323b.tar.bz2 newspipe-401478b6698d82eb9ff054c1d544e9d6fd72323b.zip |
Updated requirements.txt.
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
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 |