Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nuhmanpk authored Sep 11, 2021
1 parent f9b8867 commit 4f1d563
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,14 @@
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
packages=setuptools.find_packages(),
install_requires = [],
packages=setuptools.find_packages(include=['YoutubeTags']),
install_requires=[
'bs4',
'requests',
'html5lib',
'beautifulsoap4'
],

python_requires=">=3.6",

)

0 comments on commit 4f1d563

Please sign in to comment.