From 2e920d96717d77d112edc3fabd2f1161297af541 Mon Sep 17 00:00:00 2001 From: overcat <4catcode@gmail.com> Date: Sun, 27 Aug 2023 10:51:03 +0800 Subject: [PATCH] chore: add aiohttp and aiohttp-sse-client as optional dependencies. --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 5cfbda7f..bada14f8 100644 --- a/README.rst +++ b/README.rst @@ -58,6 +58,7 @@ Installing pip install -U stellar-sdk If you need to use asynchronous, please install it using the following method. + .. code-block:: text pip install -U stellar-sdk[aiohttp]