aboutsummaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2016-09-27 08:25:37 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2016-09-27 08:25:37 +0200
commitd6ac7bf3c57a0429d336dd3a2ebefbe4a409032c (patch)
tree2d356da6e7d5c033248f31d893f8980a0c421eb9 /requirements.txt
parentRelease 7.1. (diff)
downloadnewspipe-d6ac7bf3c57a0429d336dd3a2ebefbe4a409032c.tar.gz
newspipe-d6ac7bf3c57a0429d336dd3a2ebefbe4a409032c.tar.bz2
newspipe-d6ac7bf3c57a0429d336dd3a2ebefbe4a409032c.zip
Updated 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 d9ccc81e..818dc4c5 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,4 @@
-aiohttp==0.22.5
+aiohttp==1.0.2
requests==2.11.1
requests-futures==0.9.7
feedparser==5.2.1
@@ -7,7 +7,7 @@ lxml==3.6.4
opml==0.5
psycopg2==2.6.2
SQLAlchemy==1.0.15
-alembic==0.8.7
+alembic==0.8.8
Flask==0.11.1
Flask-SQLAlchemy==2.1
Flask-Login==0.3.2
bgstack15