From 641d9e5d49c43fe86634c3d99002617ac5330781 Mon Sep 17 00:00:00 2001 From: Hernan Ezequiel Di Giorgi Date: Tue, 30 Jun 2020 21:23:09 -0300 Subject: [PATCH] list httpx in the compatibility list --- docs/installation.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/installation.rst b/docs/installation.rst index abc417a8..113d8e02 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -22,6 +22,7 @@ The following HTTP libraries are supported: - ``tornado.httpclient`` - ``urllib2`` - ``urllib3`` +- ``httpx`` Speed -----