diff --git a/docs/rolereference.rst b/docs/rolereference.rst index c9df994ed41c4032b17dbac032bb036569de2490..11db8e3aaaba9d947191c3b2a359ef4502e48f2f 100644 --- a/docs/rolereference.rst +++ b/docs/rolereference.rst @@ -416,13 +416,25 @@ Parameters - "2.debian.pool.ntp.org" - "3.debian.pool.ntp.org" +**pip_check_requirements_in** (list, optional, ``[pip, pip-tools, setuptools, wheel]``) + List of Python package requirements inputs to use for checking for + package upgrades for the Python 2 virtual environment used to run + the check itself. For Python 3, see the dedicated parameter + ``pip_check_requirements_py3`` below. + **pip_check_requirements** (list, optional, ``[click==7.0, pip-tools==4.0.0, pip==19.2.3, setuptools==41.2.0, six==1.12.0, wheel==0.33.6]``) List of Python package requirements to install in Python 2 virtual environment in order to be able to run the ``pip-tools`` applications as part of pip requirements upgrade checks. This list needs to be updated from time to time as the new releases of ``pip-tools`` and related packages are coming out. For Python 3, see - the dedicatd parameter ``pip_check_requirements_py3`` below. + the dedicated parameter ``pip_check_requirements_py3`` below. + +**pip_check_requirements_py3_in** (list, optional, ``[pip, pip-tools, setuptools, wheel]``) + List of Python package requirements inputs to use for checking for + package upgrades for the Python 3 virtual environment used to run + the check itself. For Python 2, see the dedicated parameter + ``pip_check_requirements`` above. **pip_check_requirements_py3** (list, optional, ``[click==7.0, pip-tools==3.9.0, pip==19.1.1, setuptools==41.2.0, six==1.12.0, wheel==0.33.6]``) List of Python package requirements to install in Python 3 virtual @@ -430,7 +442,7 @@ Parameters applications as part of pip requirements upgrade checks. This list needs to be updated from time to time as the new releases of ``pip-tools`` and related packages are coming out. For Python 2, see - the dedicatd parameter ``pip_check_requirements`` above. + the dedicated parameter ``pip_check_requirements`` above. **pipreqcheck_uid** (integer, optional, ``whatever OS picks``) UID for user running the pip requirements upgrade checks. User is created with