aboutsummaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2017-02-12 16:43:56 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2017-02-12 16:43:56 +0100
commit052c43bf8eacf55ee4844d123031fb42eada2589 (patch)
treeac061e4edeb40c8b1d50b288a7d8a15fea83e1c9 /requirements.txt
parentprototypefor bookmarks (diff)
downloadnewspipe-052c43bf8eacf55ee4844d123031fb42eada2589.tar.gz
newspipe-052c43bf8eacf55ee4844d123031fb42eada2589.tar.bz2
newspipe-052c43bf8eacf55ee4844d123031fb42eada2589.zip
updated requirements.txt
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/requirements.txt b/requirements.txt
index a6783af7..2f627cd4 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,24 +1,24 @@
-aiohttp==1.2.0
-requests==2.12.4
+aiohttp==1.3.1
+requests==2.13.0
requests-futures==0.9.7
feedparser==5.2.1
-beautifulsoup4==4.5.1
-lxml==3.7.1
+beautifulsoup4==4.5.3
+lxml==3.7.2
opml==0.5
psycopg2==2.6.2
-SQLAlchemy==1.1.4
-alembic==0.8.9
+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.2
+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