-
- Downloads
Deps fixes
... | @@ -73,9 +73,11 @@ git+https://github.com/knaperek/djangosaml2.git | ... | @@ -73,9 +73,11 @@ git+https://github.com/knaperek/djangosaml2.git |
# A task queue, used to execute long-running tasks | # A task queue, used to execute long-running tasks | ||
celery | celery | ||
django-celery | # django-celery (release) is broken: https://github.com/celery/django-celery/issues/411 | ||
# but fixed in git: | |||
git+https://github.com/celery/django-celery.git@d3656b3919ad38 | |||
# For searchable select forms | # For searchable select widgets | ||
django_select2>=5.5.0 | django_select2>=5.5.0 | ||
# Custom user migration created using | # Custom user migration created using | ||
... | ... |
Please register or sign in to comment