Asif Saif Uddin 16f56fe6f8 Fixed Pytest 3.4 logging error. (#4912) 6 years ago
..
deps 02c977d64d drop as not needed anymore 6 years ago
extras ced86ea588 Un-revert Azure Block Blob backend (#5025) 6 years ago
README.rst 9fbd208c78 Now depends on Kombu 4 from PyPI 7 years ago
default.txt 1a941f97ad [WIP] import from asynchronous instead of async and fix python 3.7 compat issues (#4679) 6 years ago
docs.txt d178dbbe4f Enable building docs in the Docker image (includes Sphinx version bump to 1.7.1) (#4729) 6 years ago
pkgutils.txt 069ed5434e Signal before_task_publish not doing what documented (#4035) 7 years ago
security.txt d4d37b002c Cleanup requirements 9 years ago
test-ci-base.txt 56b94c3272 Prettify test output. 6 years ago
test-ci-default.txt ced86ea588 Un-revert Azure Block Blob backend (#5025) 6 years ago
test-integration.txt ced86ea588 Un-revert Azure Block Blob backend (#5025) 6 years ago
test-pypy3.txt d4d37b002c Cleanup requirements 9 years ago
test.txt 16f56fe6f8 Fixed Pytest 3.4 logging error. (#4912) 6 years ago

README.rst

========================
pip requirements files
========================


Index
=====

* :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.

* :file:`requirements/test.txt`

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.

* :file:`requirements/doc.txt`

Extra requirements required to build the Sphinx documentation.

* :file:`requirements/pkgutils.txt`

Extra requirements required to perform package distribution maintenance.

* :file:`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