Add croniter as optional extra. (#336)

Allows django-q2[croniter] to be specified in a dependant's pyproject.toml.
Required because dependant may not explicitly use croniter in code
and so it can be flagged as unused.
This commit is contained in:
Paul Backhouse
2026-07-22 14:37:18 +01:00
committed by GitHub
parent 480b77dfe4
commit 0e4c163d79

View File

@@ -84,6 +84,7 @@ build-backend = ["poetry.core.masonry.api"]
testing = ["django-redis", "croniter", "hiredis", "psutil", "iron-mq", "boto3", "pymongo", "blessed", "redis", "setproctitle"]
rollbar = ["django-q-rollbar"]
sentry = ["django-q-sentry"]
croniter = ["croniter"]
[tool.isort]
profile = "black"