aboutsummaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2016-11-11 08:19:34 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2016-11-11 08:19:34 +0100
commitebdd773edac3dcc02ecfd3ce6075492d161acbac (patch)
tree9f28c8a0338b544d614d18d843983436820ec8cd /requirements.txt
parentbug fix (diff)
downloadnewspipe-ebdd773edac3dcc02ecfd3ce6075492d161acbac.tar.gz
newspipe-ebdd773edac3dcc02ecfd3ce6075492d161acbac.tar.bz2
newspipe-ebdd773edac3dcc02ecfd3ce6075492d161acbac.zip
Updated Python dependencies.
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt
index 959ecdbc..29453bfc 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,4 @@
-aiohttp==1.0.5
+aiohttp==1.1.3
requests==2.11.1
requests-futures==0.9.7
feedparser==5.2.1
@@ -21,4 +21,4 @@ Flask-Migrate==2.0.0
Flask-Script==2.0.5
WTForms==2.1
python-postmark==0.4.10
-python-dateutil==2.5.3
+python-dateutil==2.6.0
bgstack15