From 9116a4370e508ff90b606a05b8c8586877425e92 Mon Sep 17 00:00:00 2001 From: Evgeniy Alekseev Date: Wed, 24 May 2023 15:39:36 +0300 Subject: [PATCH] update optional dependencies list --- docs/faq.rst | 3 +-- docs/triggers.rst | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/faq.rst b/docs/faq.rst index cdca1bca..4c6f4557 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -1,4 +1,3 @@ - FAQ === @@ -765,7 +764,7 @@ How to setup web service .. code-block:: shell - yay -S python-aiohttp python-aiohttp-jinja2 + yay -S python-aiohttp python-aiohttp-jinja2 python-aiohttp-apispec>=3.0.0 python-aiohttp-cors #. Configure service: diff --git a/docs/triggers.rst b/docs/triggers.rst index 1f4e846b..8b452106 100644 --- a/docs/triggers.rst +++ b/docs/triggers.rst @@ -73,7 +73,7 @@ The ``context`` also implements collection methods such as ``__iter__`` and ``__ Trigger example --------------- -Lets consider example of reporting trigger (e.g. `slack `_, which provides easy HTTP API for integration triggers).gre +Lets consider example of reporting trigger (e.g. `slack `_, which provides easy HTTP API for integration triggers). In order to post message to slack we will need a specific trigger url (something like ``https://hooks.slack.com/services/company_id/trigger_id``), channel (e.g. ``#archrepo``) and username (``repo-bot``).