mirror of
https://github.com/pretix/pretix.git
synced 2026-05-09 15:54:03 +00:00
Always process tasks through celery (#245)
This commit is contained in:
@@ -10,6 +10,10 @@ git+https://github.com/pretix/PyPDF2.git@pretix#egg=PyPDF2
|
||||
easy-thumbnails>=2.2,<3
|
||||
django-libsass
|
||||
libsass
|
||||
# celery>=3.1,<3.2
|
||||
# until the following issue is fixed, we need our own celery version
|
||||
# https://github.com/celery/celery/pull/3199
|
||||
git+https://github.com/pretix/celery.git@pretix#egg=celery
|
||||
|
||||
# Deployment / static file compilation requirements
|
||||
BeautifulSoup4
|
||||
|
||||
Reference in New Issue
Block a user