From d18ccbfba31669cd8f191788641f0940e23a422b Mon Sep 17 00:00:00 2001 From: Yelin Zhang <30687616+Yelinz@users.noreply.github.com> Date: Sat, 8 Jun 2024 10:02:29 +0200 Subject: [PATCH] docs: remove dependency lists from install.rst (#569) --- docs/source/install.rst | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/docs/source/install.rst b/docs/source/install.rst index aae63e3..9bd4ebc 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -26,22 +26,3 @@ Or, download the source code. Once you have a copy of the source, you can embed it in your own Python package, or install it into your site-packages easily:: python -m pip install . - -Dependencies ------------------ - -python-keycloak depends on: - -- Python 3+ -- `requests `_ -- `python-jose `_ -- `urllib3 `_ - - -Tests Dependencies -------------------- - -- `tox `_ -- `pytest `_ -- `pytest-cov `_ -- `wheel `_