mirror of
https://github.com/LucBerge/yt-dlp.git
synced 2025-03-17 19:57:52 +03:00
parent
9e0e6adb2d
commit
4390d5ec12
7 changed files with 36 additions and 4 deletions
2
setup.py
2
setup.py
|
@ -23,7 +23,7 @@ LONG_DESCRIPTION = '\n\n'.join((
|
|||
'**PS**: Some links in this document will not work since this is a copy of the README.md from Github',
|
||||
open('README.md', 'r', encoding='utf-8').read()))
|
||||
|
||||
REQUIREMENTS = ['mutagen', 'pycryptodomex', 'websockets']
|
||||
REQUIREMENTS = open('requirements.txt').read().splitlines()
|
||||
|
||||
|
||||
if sys.argv[1:2] == ['py2exe']:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue