example: `pip install celery[sqs]` doesn't install `kombu[sqs]` thus `pycurl` ends up to be missing. What would be the best way to solve this ? knowing that we might be interested by several flavors at the same time like `celery[sqs,msgpack]`.