mirror of
https://cdm-project.com/Download-Tools/udemy-downloader.git
synced 2025-04-30 01:44:25 +02:00
add missing dependency
This commit is contained in:
parent
7750256e4c
commit
ec6ac28d0b
@ -11,3 +11,4 @@ colorama
|
||||
yt-dlp
|
||||
bitstring
|
||||
unidecode
|
||||
six
|
2
setup.py
2
setup.py
@ -22,7 +22,7 @@ setup(
|
||||
"Topic :: Multimedia",
|
||||
"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,
|
||||
python_requires=">=3.6",
|
||||
entry_points={
|
||||
|
Loading…
x
Reference in New Issue
Block a user