Skip to content

Commit

Permalink
add youtube_dl in requirements
Browse files Browse the repository at this point in the history
So that you don't have to install youtube_dl separately.
  • Loading branch information
iamtalhaasghar authored Jan 2, 2022
1 parent 7966a7a commit eff6a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
download_url="https://github.com/iamtalhaasghar/yewtube/releases",
packages=['mps_youtube', 'mps_youtube.commands', 'mps_youtube.listview', 'mps_youtube.players'],
entry_points={'console_scripts': ['yt = mps_youtube:main.main']},
install_requires=['pafy >= 0.3.82, != 0.4.0, != 0.4.1, != 0.4.2'],
install_requires=['pafy >= 0.3.82, != 0.4.0, != 0.4.1, != 0.4.2','youtube_dl'],
classifiers=[
"Topic :: Utilities",
"Topic :: Internet :: WWW/HTTP",
Expand Down

0 comments on commit eff6a30

Please sign in to comment.