![]() |
2 days ago | |
---|---|---|
.. | ||
deps | 4 years ago | |
extras | 4 weeks ago | |
README.rst | 6 years ago | |
default.txt | 2 weeks ago | |
dev.txt | 2 days ago | |
docs.txt | 4 weeks ago | |
pkgutils.txt | 2 months ago | |
security.txt | 7 years ago | |
test-ci-base.txt | 4 weeks ago | |
test-ci-default.txt | 2 months ago | |
test-integration.txt | 4 months ago | |
test-pypy3.txt | 7 years ago | |
test.txt | 4 weeks ago |
README.rst
pip requirements files
Index
requirements/default.txt
Default requirements for Python 2.7+.
requirements/jython.txt
Extra requirements needed to run on Jython 2.5
requirements/security.txt
Extra requirements needed to use the message signing serializer, see the Security Guide.
requirements/test.txt
Requirements needed to run the full unittest suite.
requirements/test-ci-base.txt
Extra test requirements required by the CI suite (Tox).
requirements/test-ci-default.txt
Extra test requirements required for Python 2.7 by the CI suite (Tox).
requirements/test-integration.txt
Extra requirements needed when running the integration test suite.
requirements/doc.txt
Extra requirements required to build the Sphinx documentation.
requirements/pkgutils.txt
Extra requirements required to perform package distribution maintenance.
requirements/dev.txt
Requirement file installing the current dev branch of Celery and dependencies (will not be present in stable branches).
Examples
Installing requirements
$ pip install -U -r requirements/default.txt
Running the tests
$ pip install -U -r requirements/default.txt
$ pip install -U -r requirements/test.txt