group: add pam+ldap for tests

This commit is contained in:
Peter Bieringer
2026-07-19 14:38:41 +02:00
parent ec22822b4c
commit 46c52ee703
2 changed files with 4 additions and 2 deletions

View File

@@ -40,10 +40,11 @@ dependencies = [
[project.optional-dependencies]
test = ["pytest>=7", "waitress", "bcrypt", "argon2-cffi"]
test = ["pytest>=7", "waitress", "bcrypt", "argon2-cffi", "pam", "ldap3"]
bcrypt = ["bcrypt"]
argon2 = ["argon2-cffi"]
ldap = ["ldap3"]
pam = ["pam"]
dev = ["flake8", "isort", "mypy", "pytest", "pytest-playwright", "html5validator"]
[project.scripts]