aboutsummaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2016-08-29 10:08:42 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2016-08-29 10:08:42 +0200
commit7244271cd5f46b25cc409cd1605a0a2c1f63cf2a (patch)
treef896abf964c5dcc393498f5426ebfba43fab1dba /requirements.txt
parentadd psycopg2 2.6.1 to the list of dependencies. (diff)
downloadnewspipe-7244271cd5f46b25cc409cd1605a0a2c1f63cf2a.tar.gz
newspipe-7244271cd5f46b25cc409cd1605a0a2c1f63cf2a.tar.bz2
newspipe-7244271cd5f46b25cc409cd1605a0a2c1f63cf2a.zip
Updated requirements.txt file.
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt20
1 files changed, 10 insertions, 10 deletions
diff --git a/requirements.txt b/requirements.txt
index 5c8a7a98..37ff4c51 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,23 +1,23 @@
-aiohttp==0.21.6
-requests==2.10.0
+aiohttp==0.22.5
+requests==2.11.1
requests-futures==0.9.7
feedparser==5.2.1
-beautifulsoup4==4.4.1
-lxml==3.6.0
+beautifulsoup4==4.5.1
+lxml==3.6.4
opml==0.5
-psycopg2==2.6.1
-SQLAlchemy==1.0.13
-alembic==0.8.6
-Flask==0.11
+psycopg2==2.6.2
+SQLAlchemy==1.0.14
+alembic==0.8.7
+Flask==0.11.1
Flask-SQLAlchemy==2.1
Flask-Login==0.3.2
Flask-Principal==0.4.0
Flask-WTF==0.12
Flask-RESTful==0.3.5
Flask-Restless==0.17.0
-Flask-Babel==0.11.0
+Flask-Babel==0.11.1
Flask-SSLify==0.1.5
-Flask-Migrate==1.8.0
+Flask-Migrate==2.0.0
Flask-Script==2.0.5
WTForms==2.1
python-postmark==0.4.9
bgstack15