zafercavdar / fasttext-langdetect

80x faster and 95% accurate language identification with Fasttext
MIT License
141 stars 21 forks source link

FIX: Wget missing dependency #7

Closed hyper750 closed 1 year ago

hyper750 commented 2 years ago

Wget is not declared inside setup.py >> install_requires but is declared inside requirements.txt, so read the dependencies from requirements.txt file.

bricksdont commented 2 years ago

@zafercavdar any chance you could merge this? wget is indeed missing as a dependency

nickchomey commented 2 years ago

I'd also love for this to get merged

hyper750 commented 2 years ago

I'm not allow to merge the PR... @zafercavdar Could you review it and merge?