Files @ 66bd06015fb1
Branch filter:

Location: kallithea/requirements.txt

Mads Kiilerich
celery: clarify that celery 4 doesn't work

The latest supported Celery version, 3.1.26.post2, is the latest in the whole 3
series. It works fine. But celery-4.0.0 doesn't work at all when testing. For
now, just make it explicit that this is the limit.
1
2
3
4
# requirements.txt file for use as "pip install -r requirements.txt" as a
# readthedocs compatible alternative to "pip install -e ." which is a working
# alternative to "setup.py develop" which doesn't work with Mercurial 3.7
.