Skip to content

Commit

Permalink
add requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentDcmps committed Jan 30, 2025
1 parent 039eca9 commit fca0245
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions ci-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@

lxml
coverage
ldap3
5 changes: 4 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ python_requires = >=3.7
install_requires =
click
flask >=0.11
ldap3
peewee
Pillow >=9.1.0
requests >=1.0.0
Expand All @@ -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

0 comments on commit fca0245

Please sign in to comment.