view requirements.txt @ 7770:6da70f4569bf

ssh: introduce ini setting 'ssh_enabled', disabled by default Administrators should control the use of SSH and may want to disable SSH access, temporarily or permanently. An explicit setting ssh_enabled is better than e.g. checking for a valid ssh_authorized_keys setting, to allow such trivial temporary disabling. To keep the controllers simple, introduce a decorator IfSshEnabled instead of repeating the same config checks in every method.
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Fri, 19 Jul 2019 01:12:35 +0200
parents 941548131765
children
line wrap: on
line source

# requirements.txt file for use as "pip install -r requirements.txt" as a
# readthedocs compatible alternative to "pip install -e ." which is a working
# alternative to "setup.py develop" which doesn't work with Mercurial 3.7
.