summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsk Solem <ask@celeryproject.org>2012-06-06 14:47:44 +0100
committerAsk Solem <ask@celeryproject.org>2012-06-06 14:47:44 +0100
commitab8f6a31824b91d8fd61bb7d803db91c85627cc0 (patch)
treec2db114cba9652f9c9a47e231e50fc804e16b6ee
parent3a7a331f298f2dbee256284add95883af0f3c7dc (diff)
downloadkombu-2.1-archived.tar.gz
-rw-r--r--README.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/README.rst b/README.rst
index 999145f2..10f4e33b 100644
--- a/README.rst
+++ b/README.rst
@@ -27,12 +27,6 @@ Features
* AMQP transports for both the `amqplib`_ (sync) and
`pika`_ (sync + async) clients.
- * Fast AMQP transport using `librabbitmq`_, written in C.
-
- This is automatically enabled if :mod:`librabbitmq` is installed::
-
- $ pip install librabbitmq
-
* Virtual transports makes it really easy to add support for non-AMQP
transports. There is already built-in support for `Redis`_,
`Beanstalk`_, `Amazon SQS`_, `CouchDB`_, and `MongoDB`_.