chore: update mutagen version range

This commit is contained in:
jo 2022-07-16 22:15:25 +02:00 committed by Kyle Robbertze
parent 5729b116c0
commit f256f9bd10
6 changed files with 6 additions and 6 deletions

View file

@ -24,7 +24,7 @@ setup(
install_requires=[
"celery==4.4.7",
"kombu==4.6.11",
"mutagen>=1.31.0",
"mutagen>=1.45.1,<1.46",
"requests>=2.7.0",
],
extras_require={