diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-09-27 08:25:37 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-09-27 08:25:37 +0200 |
commit | d6ac7bf3c57a0429d336dd3a2ebefbe4a409032c (patch) | |
tree | 2d356da6e7d5c033248f31d893f8980a0c421eb9 /requirements.txt | |
parent | Release 7.1. (diff) | |
download | newspipe-d6ac7bf3c57a0429d336dd3a2ebefbe4a409032c.tar.gz newspipe-d6ac7bf3c57a0429d336dd3a2ebefbe4a409032c.tar.bz2 newspipe-d6ac7bf3c57a0429d336dd3a2ebefbe4a409032c.zip |
Updated dependencies.
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 4 |
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 |