From f4da1e83076392f591773c36ac18c85781b3f694 Mon Sep 17 00:00:00 2001 From: William Barnhart Date: Wed, 14 Sep 2022 12:09:36 -0400 Subject: [PATCH] update all references of aioeventlet to faust-aioeventlet (#355) * update all references of aioeventlet to faust-aioeventlet --- README.md | 2 +- docs/includes/faq.txt | 2 +- examples/django/requirements/default.txt | 2 +- requirements/extras/eventlet.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 99f51bb34..0c3d2adb1 100644 --- a/README.md +++ b/README.md @@ -372,7 +372,7 @@ Yes! Use ``eventlet`` as a bridge to integrate with ``asyncio``. This approach works with any blocking Python library that can work with `eventlet` -Using `eventlet` requires you to install the `aioeventlet` module, +Using `eventlet` requires you to install the `faust-aioeventlet` module, and you can install this as a bundle along with Faust: ```sh diff --git a/docs/includes/faq.txt b/docs/includes/faq.txt index 3d4d22687..134af4785 100644 --- a/docs/includes/faq.txt +++ b/docs/includes/faq.txt @@ -13,7 +13,7 @@ Using :pypi:`eventlet` This approach works with any blocking Python library that can work with :pypi:`eventlet`. -Using :pypi:`eventlet` requires you to install the :pypi:`aioeventlet` module, +Using :pypi:`eventlet` requires you to install the :pypi:`faust-aioeventlet` module, and you can install this as a bundle along with Faust: .. sourcecode:: console diff --git a/examples/django/requirements/default.txt b/examples/django/requirements/default.txt index 1f7355e24..042b4125b 100644 --- a/examples/django/requirements/default.txt +++ b/examples/django/requirements/default.txt @@ -1,4 +1,4 @@ django faust[rocksdb] eventlet -aioeventlet +faust-aioeventlet diff --git a/requirements/extras/eventlet.txt b/requirements/extras/eventlet.txt index 9cfd3374b..86b6a1d43 100644 --- a/requirements/extras/eventlet.txt +++ b/requirements/extras/eventlet.txt @@ -1,2 +1,2 @@ -aioeventlet~=0.5.1 +faust-aioeventlet dnspython