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

@ -30,7 +30,7 @@ setup(
},
python_requires=">=3.6",
install_requires=[
"mutagen>=1.45.1",
"mutagen>=1.45.1,<1.46",
"pika>=1.0.0",
"requests>=2.7.0",
"typing_extensions",