mirror of
https://cdm-project.com/Download-Tools/udemy-downloader.git
synced 2025-04-30 17:24:26 +02:00
add missing dependency
This commit is contained in:
parent
7750256e4c
commit
ec6ac28d0b
@ -11,3 +11,4 @@ colorama
|
|||||||
yt-dlp
|
yt-dlp
|
||||||
bitstring
|
bitstring
|
||||||
unidecode
|
unidecode
|
||||||
|
six
|
2
setup.py
2
setup.py
@ -22,7 +22,7 @@ setup(
|
|||||||
"Topic :: Multimedia",
|
"Topic :: Multimedia",
|
||||||
"Topic :: Utilities"
|
"Topic :: Utilities"
|
||||||
],
|
],
|
||||||
install_requires=["mpegdash", "sanitize_filename", "tqdm", "requests", "python-dotenv", "protobuf", "webvtt-py", "pysrt", "m3u8", "colorama", "yt-dlp", "bitstring", "unidecode"],
|
install_requires=["mpegdash", "sanitize_filename", "tqdm", "requests", "python-dotenv", "protobuf", "webvtt-py", "pysrt", "m3u8", "colorama", "yt-dlp", "bitstring", "unidecode", "six"],
|
||||||
packages=packages,
|
packages=packages,
|
||||||
python_requires=">=3.6",
|
python_requires=">=3.6",
|
||||||
entry_points={
|
entry_points={
|
||||||
|
Loading…
x
Reference in New Issue
Block a user