Closed hyper750 closed 1 year ago
Wget is not declared inside setup.py >> install_requires but is declared inside requirements.txt, so read the dependencies from requirements.txt file.
setup.py >> install_requires
requirements.txt
@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?
Wget is not declared inside
setup.py >> install_requires
but is declared insiderequirements.txt
, so read the dependencies fromrequirements.txt
file.