Skip to content

Commit

Permalink
trio-click renamed to asyncclick (#33)
Browse files Browse the repository at this point in the history
* trio-click renamed to asyncclick

* Update draft/celery-5-high-level-architecture.rst
  • Loading branch information
graingert committed Jun 15, 2021
1 parent acaf0c8 commit b24f95e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions draft/celery-5-high-level-architecture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ provides many extensions we can use to create a better user experience
for our users.

Click supports calling `async` methods and functions
using the `trio-click <https://github.com/click-contrib/trio-click>`_ extension
using the `asyncclick` <https://github.com/python-trio/asyncclick>`_ fork
which is likely to be important for us in the future.

Dependency Inversion
Expand Down Expand Up @@ -1717,4 +1717,4 @@ CC0 1.0 Universal license (https://creativecommons.org/publicdomain/zero/1.0/dee
.. _Trio: https://trio.readthedocs.io/en/latest/
.. _dependencies: https://github.com/dry-python/dependencies
.. _sd_notify: https://www.freedesktop.org/software/systemd/man/sd_notify.html
.. _trustme: https://github.com/python-trio/trustme
.. _trustme: https://github.com/python-trio/trustme

0 comments on commit b24f95e

Please sign in to comment.