From bcf676b3a04fa2322ea8f8b36d1c1a7a97f86cc3 Mon Sep 17 00:00:00 2001 From: Marcos Pereira Jr Date: Thu, 15 Feb 2024 09:09:19 -0300 Subject: [PATCH] feat: new docs. --- docs/source/install.rst | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/source/install.rst b/docs/source/install.rst index a53a003..aae63e3 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -32,16 +32,16 @@ Dependencies python-keycloak depends on: -- Python 3 -- [requests](https://requests.readthedocs.io) -- [python-jose](http://python-jose.readthedocs.io/en/latest/) -- [urllib3](https://urllib3.readthedocs.io/en/stable/) +- Python 3+ +- `requests `_ +- `python-jose `_ +- `urllib3 `_ Tests Dependencies ------------------ +------------------- -- [tox](https://tox.readthedocs.io/) -- [pytest](https://docs.pytest.org/en/latest/) -- [pytest-cov](https://github.com/pytest-dev/pytest-cov) -- [wheel](https://github.com/pypa/wheel) +- `tox `_ +- `pytest `_ +- `pytest-cov `_ +- `wheel `_