aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2017-02-12 17:03:02 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2017-02-12 17:03:02 +0100
commitc5a7fff640fc2507893ff2dd1995143a32c58006 (patch)
tree48ebced5a1678fa0d801c0aca5f34132d6a3b940
parentBugfix. The auto-crawling was broken. (diff)
downloadnewspipe-c5a7fff640fc2507893ff2dd1995143a32c58006.tar.gz
newspipe-c5a7fff640fc2507893ff2dd1995143a32c58006.tar.bz2
newspipe-c5a7fff640fc2507893ff2dd1995143a32c58006.zip
updated requirements.txt
-rw-r--r--requirements.txt20
1 files changed, 10 insertions, 10 deletions
diff --git a/requirements.txt b/requirements.txt
index 29453bfc..2f627cd4 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,24 +1,24 @@
-aiohttp==1.1.3
-requests==2.11.1
+aiohttp==1.3.1
+requests==2.13.0
requests-futures==0.9.7
feedparser==5.2.1
-beautifulsoup4==4.5.1
-lxml==3.6.4
+beautifulsoup4==4.5.3
+lxml==3.7.2
opml==0.5
psycopg2==2.6.2
-SQLAlchemy==1.1.3
-alembic==0.8.8
-Flask==0.11.1
+SQLAlchemy==1.1.5
+alembic==0.8.10
+Flask==0.12
Flask-SQLAlchemy==2.1
Flask-Login==0.4.0
Flask-Principal==0.4.0
-Flask-WTF==0.13.1
+Flask-WTF==0.14.2
Flask-RESTful==0.3.5
Flask-Restless==0.17.0
Flask-Babel==0.11.1
Flask-SSLify==0.1.5
-Flask-Migrate==2.0.0
+Flask-Migrate==2.0.3
Flask-Script==2.0.5
WTForms==2.1
-python-postmark==0.4.10
+python-postmark==0.4.12
python-dateutil==2.6.0
bgstack15