From c793b5dd1150f28db6282e3088e0c79d930a096a Mon Sep 17 00:00:00 2001 From: Arik Fraimovich Date: Sun, 14 Jul 2019 08:47:15 +0300 Subject: [PATCH] Remove explicit kombu dependency (#3978) We used an explicit kombu dependency to target the correct Redis version, but current version of Celery supposed to use it by default. --- requirements.txt | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 15715392e8..0e77a6859e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,7 +37,6 @@ sqlparse==0.2.4 statsd==2.1.2 gunicorn==19.7.1 celery==4.3.0 -kombu==4.5.0 jsonschema==2.4.0 RestrictedPython==3.6.0 pysaml2==4.5.0 @@ -57,11 +56,10 @@ python-geoip-geolite2==2015.303 chromelogger==0.4.3 pypd==1.1.0 disposable-email-domains -# Uncomment the requirement for ldap3 if using ldap. -# It is not included by default because of the GPL license conflict. -# ldap3==2.2.4 gevent==1.4.0 - # Install the dependencies of the bin/bundle-extensions script here. # It has its own requirements file to simplify the frontend client build process -r requirements_bundles.txt +# Uncomment the requirement for ldap3 if using ldap. +# It is not included by default because of the GPL license conflict. +# ldap3==2.2.4