diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2017-12-23 00:02:46 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2017-12-23 00:02:46 +0100 |
commit | 9fb4c443c8699a161156dfe77c4e92235ef924dc (patch) | |
tree | 7196160e47f16c41fa8c6bbf52344dd8255a3fa8 | |
parent | switch to python-3.6.3 runtime (diff) | |
download | newspipe-9fb4c443c8699a161156dfe77c4e92235ef924dc.tar.gz newspipe-9fb4c443c8699a161156dfe77c4e92235ef924dc.tar.bz2 newspipe-9fb4c443c8699a161156dfe77c4e92235ef924dc.zip |
Updated some dependencies.
-rw-r--r-- | requirements.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index 8c1d30eb..50c52e79 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -aiohttp==2.3.3 +aiohttp==2.3.6 requests==2.18.4 chardet==3.0.4 requests-futures==0.9.7 @@ -11,7 +11,7 @@ SQLAlchemy==1.1.15 alembic==0.9.6 Flask==0.12.2 Flask-SQLAlchemy==2.3.2 -Flask-Login==0.4.0 +Flask-Login==0.4.1 Flask-Principal==0.4.0 Flask-WTF==0.14.2 Flask-RESTful==0.3.6 |