Files @ 7a953fc22c99
Branch filter:

Location: kallithea/tox.ini

mads
setup: bump dependency versions

These changes update to latest possible version, given other constraints.

It has been tested that it installs with Python 3.13 and "works" and tests passes.
[tox]
minversion = 1.8
envlist = py27-pytest

[testenv]
setenv =
    PYTHONHASHSEED = 0
deps =
    -r{toxinidir}/dev_requirements.txt
    python-ldap
    python-pam
commands =
    pytest: py.test {posargs}