aboutsummaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2015-02-05 08:04:37 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2015-02-05 08:04:37 +0100
commit9069876571e8dea8c33fc75a57f059b1078e392d (patch)
tree1be8297f1301576dbb3ff24e70f743bf7b4a7ddf /requirements.txt
parentFetch all feeds of the list (not only the first 20 feeds). (diff)
downloadnewspipe-9069876571e8dea8c33fc75a57f059b1078e392d.tar.gz
newspipe-9069876571e8dea8c33fc75a57f059b1078e392d.tar.bz2
newspipe-9069876571e8dea8c33fc75a57f059b1078e392d.zip
Added aiohttp to the list of requirements.
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 7298e6b5..11be3776 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,3 +1,4 @@
+aiohttp
feedparser
opml
requests
bgstack15