diff --git a/setup.py b/setup.py index 52e13575..1f262eaa 100644 --- a/setup.py +++ b/setup.py @@ -30,8 +30,8 @@ "celery[redis]", # Odoo "odoorpc", - # Sentry - "sentry-sdk[celery]", + # Sentry SDK (<2 because we use an old version of self-hosted Sentry) + "sentry-sdk[celery]<2", # twine to check and upload wheels "twine", # lxml for parsing PyPI index pages