From fca0245c102aaa6edb1246d38b454a2e5f1f6536 Mon Sep 17 00:00:00 2001 From: vincent Date: Thu, 30 Jan 2025 22:07:04 +0100 Subject: [PATCH] add requirement --- ci-requirements.txt | 1 + setup.cfg | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ci-requirements.txt b/ci-requirements.txt index 161c59d..df6693f 100644 --- a/ci-requirements.txt +++ b/ci-requirements.txt @@ -2,3 +2,4 @@ lxml coverage +ldap3 diff --git a/setup.cfg b/setup.cfg index 661c2d4..fd8549a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -54,6 +54,7 @@ python_requires = >=3.7 install_requires = click flask >=0.11 + ldap3 peewee Pillow >=9.1.0 requests >=1.0.0 @@ -73,6 +74,8 @@ console_scripts = supysonic-cli = supysonic.cli:main supysonic-daemon = supysonic.daemon:main supysonic-server = supysonic.server:main - +[options.extras_require] + ldap= + ldap3 [options.data_files] share/man/man1 = man/*.1