Skip to content

Commit

Permalink
update all references of aioeventlet to faust-aioeventlet (#355)
Browse files Browse the repository at this point in the history
* update all references of aioeventlet to faust-aioeventlet
  • Loading branch information
wbarnha authored Sep 14, 2022
1 parent 103fb45 commit f4da1e8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/includes/faq.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/django/requirements/default.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
django
faust[rocksdb]
eventlet
aioeventlet
faust-aioeventlet
2 changes: 1 addition & 1 deletion requirements/extras/eventlet.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
aioeventlet~=0.5.1
faust-aioeventlet
dnspython

0 comments on commit f4da1e8

Please sign in to comment.