celery/requirements
Stefano Lottini 8d35c655d6
Extend cassandra to cover AstraDB as well (#7356)
* Cassandra backend: bumped driver to v3.24 to support Astra DB,
adapted the backend code to that effect, introduced new setting
`cassandra_secure_bundle_path` and updated the documentation
to reflect this.

* edits to docs - configuration for cassandra

* Update requirements/extras/cassandra.txt

Co-authored-by: Asif Saif Uddin <auvipy@gmail.com>

* Update README.rst

Co-authored-by: Omer Katz <omer.katz@omerkatz.com>

* Cassandra backend for Astra: more test coverage, more docs, driver version bumped

Co-authored-by: Stefano Lottini <stefano.lottini@datastax.com>
Co-authored-by: Asif Saif Uddin <auvipy@gmail.com>
Co-authored-by: Omer Katz <omer.katz@omerkatz.com>
2022-04-21 23:39:48 +06:00
..
deps drop as not needed anymore 2018-04-07 17:02:59 +06:00
extras Extend cassandra to cover AstraDB as well (#7356) 2022-04-21 23:39:48 +06:00
README.rst Now depends on Kombu 4 from PyPI 2016-10-31 16:16:38 -07:00
default.txt Use importlib instead of deprecated pkg_resources 2022-01-13 20:28:38 +06:00
dev.txt Docker update (#6586) 2021-01-11 20:07:24 +06:00
docs.txt Update sphinx-click to 4.0.3 (#7473) 2022-04-20 12:05:26 +06:00
pkgutils.txt not needed as python 2 is not supported. 2021-11-10 11:21:46 +06:00
security.txt Cleanup requirements 2015-09-25 13:52:07 -07:00
test-ci-base.txt Pin codecov to latest version 2.1.12 2022-04-04 20:18:01 +06:00
test-ci-default.txt Uncomment couchbase requirements in ci 2021-01-07 13:33:17 +06:00
test-integration.txt Integration test fix (#7460) 2022-04-14 21:22:33 +06:00
test-pypy3.txt Cleanup requirements 2015-09-25 13:52:07 -07:00
test.txt Pin pytest to latest version 7.1.1 (#7413) 2022-04-04 20:07:25 +06:00

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