From 98ea9ae91c4f786f064b4b9db192e250cd4b56b9 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Sat, 26 May 2018 13:44:56 +0200 Subject: [PATCH] Fix setup.py --- src/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup.py b/src/setup.py index f83029baab..e14e2ece2d 100644 --- a/src/setup.py +++ b/src/setup.py @@ -82,7 +82,7 @@ setup( 'python-u2flib-server==4.*', 'django-formtools==2.0', 'celery==4.1.*', - 'kombu==4.1.*', + 'kombu==4.2.*', 'django-statici18n==1.3.*', 'inlinestyler==0.2.*', 'BeautifulSoup4',