aboutsummaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2017-02-12 16:41:09 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2017-02-12 16:41:09 +0100
commit8bd82176356540b88eece24b96d7eb6a2260d718 (patch)
tree619caf62c174d09448e3da9c873b2df0d26dd5c2 /requirements.txt
parentNew https certificate (diff)
downloadnewspipe-8bd82176356540b88eece24b96d7eb6a2260d718.tar.gz
newspipe-8bd82176356540b88eece24b96d7eb6a2260d718.tar.bz2
newspipe-8bd82176356540b88eece24b96d7eb6a2260d718.zip
prototypefor bookmarks
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/requirements.txt b/requirements.txt
index 29453bfc..a6783af7 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,14 +1,14 @@
-aiohttp==1.1.3
-requests==2.11.1
+aiohttp==1.2.0
+requests==2.12.4
requests-futures==0.9.7
feedparser==5.2.1
beautifulsoup4==4.5.1
-lxml==3.6.4
+lxml==3.7.1
opml==0.5
psycopg2==2.6.2
-SQLAlchemy==1.1.3
-alembic==0.8.8
-Flask==0.11.1
+SQLAlchemy==1.1.4
+alembic==0.8.9
+Flask==0.12
Flask-SQLAlchemy==2.1
Flask-Login==0.4.0
Flask-Principal==0.4.0
@@ -17,7 +17,7 @@ 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.2
Flask-Script==2.0.5
WTForms==2.1
python-postmark==0.4.10
bgstack15