aboutsummaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorFrançois Schmidts <francois.schmidts@gmail.com>2014-06-08 12:56:26 +0200
committerFrançois Schmidts <francois.schmidts@gmail.com>2014-06-08 14:50:49 +0200
commit222c0d994dd8b27a3b0be509fa8958e28208f28b (patch)
treeba7f055f7910e1b5317ce8b952c43179116942d5 /requirements.txt
parentfix from (diff)
downloadnewspipe-222c0d994dd8b27a3b0be509fa8958e28208f28b.tar.gz
newspipe-222c0d994dd8b27a3b0be509fa8958e28208f28b.tar.bz2
newspipe-222c0d994dd8b27a3b0be509fa8958e28208f28b.zip
supporting feed without date or with ill formated date
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 fc00a393..42867a2c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -16,3 +16,4 @@ WTForms
python-postmark
gevent
whoosh
+python-dateutil
bgstack15