diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-11-11 08:19:34 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-11-11 08:19:34 +0100 |
commit | ebdd773edac3dcc02ecfd3ce6075492d161acbac (patch) | |
tree | 9f28c8a0338b544d614d18d843983436820ec8cd | |
parent | bug fix (diff) | |
download | newspipe-ebdd773edac3dcc02ecfd3ce6075492d161acbac.tar.gz newspipe-ebdd773edac3dcc02ecfd3ce6075492d161acbac.tar.bz2 newspipe-ebdd773edac3dcc02ecfd3ce6075492d161acbac.zip |
Updated Python dependencies.
-rw-r--r-- | requirements.txt | 4 |
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 |