From b85549d386e713695c408c5aee99b4b4cde2b193 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Mon, 31 Oct 2016 15:33:43 +0100 Subject: updated python dependencies --- requirements.txt | 6 +++--- 1 file 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 -- cgit