Add missing dep: python-ldap
This commit is contained in:
parent
e607a47617
commit
f359a90a47
2 changed files with 2 additions and 0 deletions
|
@ -1 +1,2 @@
|
||||||
python-cas==1.5.*
|
python-cas==1.5.*
|
||||||
|
python-ldap
|
||||||
|
|
1
tox.ini
1
tox.ini
|
@ -8,6 +8,7 @@ deps =
|
||||||
django22: Django==2.2.*
|
django22: Django==2.2.*
|
||||||
django30: Django==3.0.*
|
django30: Django==3.0.*
|
||||||
python-cas
|
python-cas
|
||||||
|
python-ldap
|
||||||
commands =
|
commands =
|
||||||
python --version
|
python --version
|
||||||
python runtests.py
|
python runtests.py
|
||||||
|
|
Loading…
Reference in a new issue