Use patched version of django-celery with support for natural key.

https://github.com/celery/django-celery/pull/552

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2018-08-05 20:44:37 -04:00
parent 10231363e6
commit 9183369bdb

View File

@@ -6,7 +6,8 @@ cssmin==0.2.0
django-activity-stream==0.6.5
django-autoadmin==1.1.1
django-celery==3.2.1
#django-celery==3.2.1 - Use fork below until patch https://github.com/celery/django-celery/pull/552 is accepted.
https://github.com/mayan-edms/django-celery/zipball/master#egg=django-celery
django-colorful==1.2
django-compressor==2.2
django-cors-headers==2.2.0