aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2016-10-10 09:44:40 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2016-10-10 09:44:40 +0200
commit230245f48804dd64fe264567dd06e1e27f93bd8c (patch)
treea5bb6b4475ab768b91869f223d61f37469c082b3
parentcall SSLify in bootstrap (diff)
downloadnewspipe-230245f48804dd64fe264567dd06e1e27f93bd8c.tar.gz
newspipe-230245f48804dd64fe264567dd06e1e27f93bd8c.tar.bz2
newspipe-230245f48804dd64fe264567dd06e1e27f93bd8c.zip
Updated requirements.txt
-rw-r--r--requirements.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/requirements.txt b/requirements.txt
index 818dc4c5..ecefbb0a 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,4 @@
-aiohttp==1.0.2
+aiohttp==1.0.3
requests==2.11.1
requests-futures==0.9.7
feedparser==5.2.1
@@ -6,13 +6,13 @@ beautifulsoup4==4.5.1
lxml==3.6.4
opml==0.5
psycopg2==2.6.2
-SQLAlchemy==1.0.15
+SQLAlchemy==1.1.1
alembic==0.8.8
Flask==0.11.1
Flask-SQLAlchemy==2.1
Flask-Login==0.3.2
Flask-Principal==0.4.0
-Flask-WTF==0.12
+Flask-WTF==0.13.1
Flask-RESTful==0.3.5
Flask-Restless==0.17.0
Flask-Babel==0.11.1
@@ -20,5 +20,5 @@ Flask-SSLify==0.1.5
Flask-Migrate==2.0.0
Flask-Script==2.0.5
WTForms==2.1
-python-postmark==0.4.9
+python-postmark==0.4.10
python-dateutil==2.5.3
bgstack15