Files @ 22321950133a
Branch filter:

Location: kallithea/requirements.txt - annotation

Thomas De Schampheleire
scripts/make-release: install ldap and pam to fix isort instabilities

isort (triggered by scripts/whitespacecleanup.sh) needs to know which
modules are local and which are not, to separate them with a newline. If a
module cannot be found, it will be treated as local, apparently.

When ldap is not installed in the current environment, a difference was
created by isort in kallithea/bin/ldap_sync.py.
1
2
3
4
# 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
.