Skip to content

Commit

Permalink
Remove explicit kombu dependency (#3978)
Browse files Browse the repository at this point in the history
We used an explicit kombu dependency to target the correct Redis version, but current version of Celery supposed to use it by default.
  • Loading branch information
arikfr authored Jul 14, 2019
1 parent 4e9da3f commit c793b5d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit c793b5d

Please sign in to comment.