aboutsummaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2016-09-11 10:04:23 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2016-09-11 10:04:23 +0200
commitfac46a51f7ebd8029f5b9f44f62c02f50fdd24ac (patch)
tree9e0e0c732f18dbd490ab02dd77643d0e6097e96f /requirements.txt
parentFixed some bad URLs in the translation. (diff)
downloadnewspipe-fac46a51f7ebd8029f5b9f44f62c02f50fdd24ac.tar.gz
newspipe-fac46a51f7ebd8029f5b9f44f62c02f50fdd24ac.tar.bz2
newspipe-fac46a51f7ebd8029f5b9f44f62c02f50fdd24ac.zip
Updated SQLAlchemy.
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 37ff4c51..d9ccc81e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,7 +6,7 @@ beautifulsoup4==4.5.1
lxml==3.6.4
opml==0.5
psycopg2==2.6.2
-SQLAlchemy==1.0.14
+SQLAlchemy==1.0.15
alembic==0.8.7
Flask==0.11.1
Flask-SQLAlchemy==2.1
bgstack15