diff --git a/pyproject.toml b/pyproject.toml index 636062d..b1d54c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ docs = [ "celery>=4.2.0", "django-reversion", "dramatiq", - "django_dramatiq", + "django_dramatiq<=0.10.0", "redis", ] reversion = [ @@ -76,8 +76,8 @@ celery = [ "celery>=4.2.0", ] dramatiq = [ - "dramatiq<=1.12.0", - "django_dramatiq", + "dramatiq", + "django_dramatiq<=0.10.0", ] [project.urls]