mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-15 13:37:56 +08:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user