amsehili / auditok

An audio/acoustic activity detection and audio segmentation tool
MIT License
745 stars 96 forks source link

Dependencies aren't listed in setup.py and pyproject.toml #46

Closed yurivict closed 3 weeks ago

yurivict commented 1 year ago

The project imports numpy, pydub, pyaudio, tqdm, but they aren't listed as dependencies.

In case there are no required dependencies - the require and depend clauses should be left empty, and optional dependencies should still be listed.

Otherwise the lack of this info causes confusion.