diff --git a/pyproject.toml b/pyproject.toml index 5786965..ffdcf2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ test = [ "redis", ] dramatiq = [ - "dramatiq<2", + "dramatiq", "django-dramatiq", ] celery = [ diff --git a/tests/testapp/settings.py b/tests/testapp/settings.py index ed06790..a4a8e1a 100644 --- a/tests/testapp/settings.py +++ b/tests/testapp/settings.py @@ -151,7 +151,6 @@ DRAMATIQ_BROKER = { "BROKER": os.getenv("DRAMATIQ_BROKER", "dramatiq.brokers.redis.RedisBroker"), "MIDDLEWARE": [ - "dramatiq.middleware.Prometheus", "dramatiq.middleware.AgeLimit", "dramatiq.middleware.TimeLimit", "dramatiq.middleware.Callbacks",