amsehili / auditok

An audio/acoustic activity detection and audio segmentation tool
MIT License
732 stars 94 forks source link

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

Open yurivict opened 10 months ago

yurivict commented 10 months 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.