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

@ -3,7 +3,7 @@
amqplib
defusedxml
kombu==4.6.11
mutagen
mutagen>=1.45.1,<1.46
pytz
requests
typing-extensions

View file

@ -33,7 +33,7 @@ setup(
"amqplib",
"defusedxml",
"kombu==4.6.11",
"mutagen",
"mutagen>=1.45.1,<1.46",
"pytz",
"requests",
"typing-extensions",