:file:`requirements/default.txt`
Default requirements for Python 2.7+.
:file:`requirements/jython.txt`
Extra requirements needed to run on Jython 2.5
:file:`requirements/security.txt`
Extra requirements needed to use the message signing serializer, see the Security Guide.
-
Requirements needed to run the full unittest suite.
:file:`requirements/test-ci-base.txt`
Extra test requirements required by the CI suite (Tox).
:file:`requirements/test-ci-default.txt`
Extra test requirements required for Python 2.7 by the CI suite (Tox).
:file:`requirements/test-integration.txt`
Extra requirements needed when running the integration test suite.
-
Extra requirements required to build the Sphinx documentation.
:file:`requirements/pkgutils.txt`
Extra requirements required to perform package distribution maintenance.
-
Requirement file installing the current dev branch of Celery and dependencies (will not be present in stable branches).
$ pip install -U -r requirements/default.txt
$ pip install -U -r requirements/default.txt $ pip install -U -r requirements/test.txt