Skip to content

Commit

Permalink
Add mutagen requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
vitiko98 committed May 23, 2022
1 parent 5852f18 commit d44770a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ def read_file(fname):
requirements = [
"pathvalidate",
"requests",
"mutagen",
"tqdm",
"pick",
"beautifulsoup4",
Expand All @@ -19,7 +20,7 @@ def read_file(fname):

setup(
name=pkg_name,
version="0.9.9.6",
version="0.9.9.7",
author="Vitiko",
author_email="[email protected]",
description="The complete Lossless and Hi-Res music downloader for Qobuz",
Expand Down

0 comments on commit d44770a

Please sign in to comment.