aboutsummaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2017-11-19 14:28:26 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2017-11-19 14:28:26 +0100
commit571adbbae8fbc87fec47fc9a2eba2232f3bee401 (patch)
tree271a1887d0528a845eec8fc31eb1db42a6c864ef /requirements.txt
parentAfter the deletion of a bookmark, returns to the list of bookmarks. (diff)
downloadnewspipe-571adbbae8fbc87fec47fc9a2eba2232f3bee401.tar.gz
newspipe-571adbbae8fbc87fec47fc9a2eba2232f3bee401.tar.bz2
newspipe-571adbbae8fbc87fec47fc9a2eba2232f3bee401.zip
Fixed problem with version of GLIBC_PRIVATE not defined in file libc.so.6 with link time reference.
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt24
1 files changed, 12 insertions, 12 deletions
diff --git a/requirements.txt b/requirements.txt
index 12a4bfc9..8c1d30eb 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,26 +1,26 @@
-aiohttp==2.1.0
-requests==2.17.3
+aiohttp==2.3.3
+requests==2.18.4
chardet==3.0.4
requests-futures==0.9.7
feedparser==5.2.1
beautifulsoup4==4.6.0
-lxml==3.8.0
+lxml==4.1.1
opml==0.5
-psycopg2==2.7.1
-SQLAlchemy==1.1.10
-alembic==0.9.2
+psycopg2==2.7.3.2
+SQLAlchemy==1.1.15
+alembic==0.9.6
Flask==0.12.2
-Flask-SQLAlchemy==2.2
+Flask-SQLAlchemy==2.3.2
Flask-Login==0.4.0
Flask-Principal==0.4.0
Flask-WTF==0.14.2
Flask-RESTful==0.3.6
Flask-Restless==0.17.0
-Flask-paginate==0.4.6
+Flask-paginate==0.5.1
Flask-Babel==0.11.2
Flask-SSLify==0.1.5
-Flask-Migrate==2.0.4
-Flask-Script==2.0.5
+Flask-Migrate==2.1.1
+Flask-Script==2.0.6
WTForms==2.1
-sendgrid==4.2.0
-python-dateutil==2.6.0
+sendgrid==5.3.0
+python-dateutil==2.6.1
bgstack15