Changeset - 324dde5671de
[Not reviewed]
0 1 0
Branko Majic (branko) - 5 years ago 2018-12-10 21:00:08
branko@majic.rs
MAR-141: Added documentation for the pip_check_requirements parameter.
1 file changed with 7 insertions and 0 deletions:
0 comments (0 inline, 0 general)
docs/rolereference.rst
Show inline comments
 
@@ -421,6 +421,13 @@ Parameters
 
    - "2.debian.pool.ntp.org"
 
    - "3.debian.pool.ntp.org"
 

	
 
**pip_check_requirements** (list, optional, ``[click==7.0, pip-tools==3.1.0, pip==18.1, setuptools==40.6.2, six==1.11.0, wheel==0.32.3]``)
 
  List of Python package requirements to install in Python 2 and
 
  Python 3 virtual environments 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.
 

	
 
**pipreqcheck_uid** (integer, optional, ``whatever OS picks``)
 
  UID for user running the pip requirements upgrade checks. User is created with
 
  name ``pipreqcheck``.
0 comments (0 inline, 0 general)