KaraokeVideoDownloader/requirements.txt

21 lines
348 B
Plaintext

# Karaoke Playlist Downloader Requirements
# Python 3.7+ required for:
# - pathlib.Path (3.4+)
# - f-strings (3.6+)
# - subprocess.run with capture_output (3.7+)
# Required packages:
mutagen>=1.45.0
# Standard library modules used:
# - os
# - sys
# - argparse
# - subprocess
# - json
# - re
# - pathlib
# - urllib.parse
# - logging
# - datetime