diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-10-31 15:33:43 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-10-31 15:33:43 +0100 |
commit | b85549d386e713695c408c5aee99b4b4cde2b193 (patch) | |
tree | d4fb8bf7846fc3fdbbe8d28d0fa3ff216dd8e5bd /requirements.txt | |
parent | test (diff) | |
download | newspipe-b85549d386e713695c408c5aee99b4b4cde2b193.tar.gz newspipe-b85549d386e713695c408c5aee99b4b4cde2b193.tar.bz2 newspipe-b85549d386e713695c408c5aee99b4b4cde2b193.zip |
updated python dependencies
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/requirements.txt b/requirements.txt index ecefbb0a..959ecdbc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -aiohttp==1.0.3 +aiohttp==1.0.5 requests==2.11.1 requests-futures==0.9.7 feedparser==5.2.1 @@ -6,11 +6,11 @@ beautifulsoup4==4.5.1 lxml==3.6.4 opml==0.5 psycopg2==2.6.2 -SQLAlchemy==1.1.1 +SQLAlchemy==1.1.3 alembic==0.8.8 Flask==0.11.1 Flask-SQLAlchemy==2.1 -Flask-Login==0.3.2 +Flask-Login==0.4.0 Flask-Principal==0.4.0 Flask-WTF==0.13.1 Flask-RESTful==0.3.5 |