![]() * 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> |
||
---|---|---|
.. | ||
deps | ||
extras | ||
README.rst | ||
default.txt | ||
dev.txt | ||
docs.txt | ||
pkgutils.txt | ||
security.txt | ||
test-ci-base.txt | ||
test-ci-default.txt | ||
test-integration.txt | ||
test-pypy3.txt | ||
test.txt |
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