mirror of
https://github.com/pretix/pretix.git
synced 2026-05-09 15:54:03 +00:00
Changed to use a custom celery as well
This commit is contained in:
@@ -1,2 +1,5 @@
|
|||||||
celery>=3.1,<3.2
|
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
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
django-redis>=4.1,<4.2
|
django-redis>=4.1,<4.2
|
||||||
redis>=2.10,<2.11
|
redis>=2.10,<2.11
|
||||||
# until the following issue is fixed, we need our own kombu version
|
# until the following issue is fixed, we need our own kombu version
|
||||||
|
# https://github.com/celery/kombu/pull/590
|
||||||
git+https://github.com/pretix/kombu.git@pretix#egg=kombu
|
git+https://github.com/pretix/kombu.git@pretix#egg=kombu
|
||||||
|
|||||||
Reference in New Issue
Block a user