mirror of
https://github.com/LucBerge/yt-dlp.git
synced 2025-03-17 19:57:52 +03:00
[docs,build] Change all pycryptodome references to pycryptodomex
This commit is contained in:
parent
8472674399
commit
49e7e9c3ce
6 changed files with 23 additions and 13 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', 'pycryptodome', 'websockets']
|
||||
REQUIREMENTS = ['mutagen', 'pycryptodomex', 'websockets']
|
||||
|
||||
|
||||
if sys.argv[1:2] == ['py2exe']:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue