summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAsif Saif Uddin <auvipy@gmail.com>2021-09-07 12:12:09 +0600
committerAsif Saif Uddin <auvipy@gmail.com>2021-09-07 12:12:09 +0600
commit54261a7a10dc89e5fb1e4b19ba79e5c62e18d2c1 (patch)
treee12dcd590dc86f4c78706ecccf9c93a801a5ba7b /README.rst
parent7cede09c1780be6cd3a6adc9b73185115b1b5828 (diff)
parente0933713da5647e2e35e469b59591827686eddd0 (diff)
downloadkombu-54261a7a10dc89e5fb1e4b19ba79e5c62e18d2c1.tar.gz
Merge branch 'master' of https://github.com/celery/kombu
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst10
1 files changed, 1 insertions, 9 deletions
diff --git a/README.rst b/README.rst
index 892ac4ee..b6e40fbe 100644
--- a/README.rst
+++ b/README.rst
@@ -29,15 +29,7 @@ Features
* Allows application authors to support several message server
solutions by using pluggable transports.
- * AMQP transport using the `py-amqp`_, `librabbitmq`_, or `qpid-python`_ libraries.
-
- * High performance AMQP transport written in C - when using `librabbitmq`_
-
- This is automatically enabled if librabbitmq is installed:
-
- ::
-
- $ pip install librabbitmq
+ * AMQP transport using the `py-amqp`_, or `qpid-python`_ libraries.
* Virtual transports makes it really easy to add support for non-AMQP
transports. There is already built-in support for `Redis`_,