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 `_