Update requirements

master
7x11x13 2022-07-12 10:17:43 -04:00
parent b7c0c448e7
commit 51042eefa9
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
# -*- encoding: utf-8 -*-
"""Python Soundcloud Music Downloader."""
__version__ = "v2.7.1"
__version__ = "v2.7.2"

View File

@ -23,7 +23,7 @@ setup(
long_description_content_type="text/markdown",
install_requires=[
"docopt",
"mutagen",
"mutagen>=1.45.0",
"termcolor",
"requests",
"clint",