Skip to content

Commit

Permalink
docs: remove dependency lists from install.rst (#569)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yelinz authored Jun 8, 2024
1 parent 6aba6d9 commit d18ccbf
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://requests.readthedocs.io>`_
- `python-jose <http://python-jose.readthedocs.io/en/latest/>`_
- `urllib3 <https://urllib3.readthedocs.io/en/stable/>`_


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

0 comments on commit d18ccbf

Please sign in to comment.