fasttext-langdetect
fasttext-langdetect copied to clipboard
FIX: Wget missing dependency
Wget is not declared inside setup.py >> install_requires
but is declared inside requirements.txt
, so read the dependencies from requirements.txt
file.
@zafercavdar any chance you could merge this? wget is indeed missing as a dependency
I'd also love for this to get merged
I'm not allow to merge the PR... @zafercavdar Could you review it and merge?