From 62ccaefb2776aaaab791be8ac13afe3de8dcf908 Mon Sep 17 00:00:00 2001 From: Jeena Date: Mon, 3 Jul 2017 21:50:33 +0200 Subject: [PATCH] Update requrements.txt to work with GCC 7 With GCC 7 uWSG doesn't compile, a newer version of it does but this then needs a newer version of other modules. This combination works at least for me nicely. --- requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4ab5d4a..f6613b4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ asyncio-redis==0.14.2 beautifulsoup4==4.6.0 -bleach==1.4.3 +bleach==2.0.0 blinker==1.4 certifi==2015.04.28 # rq.filter: <=2015.04.28 cffi==1.6.0 @@ -31,7 +31,8 @@ rq==0.5.6 sgmllib3k==1.0.0 six==1.10.0 SQLAlchemy==1.0.13 -uWSGI==2.0.12 # rq.filter: <=2.0.12 +uWSGI==2.0.15 websockets==3.1 Werkzeug==0.11.9 wheel==0.29.0 +raven==6.1.0