chore(playout): update defusedxml version range

This commit is contained in:
jo 2022-07-17 13:43:35 +02:00 committed by Kyle Robbertze
parent f3af8e1163
commit bec5772f8b
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Please do not edit this file, edit the setup.py file! # Please do not edit this file, edit the setup.py file!
# This file is auto-generated by tools/extract_requirements.py. # This file is auto-generated by tools/extract_requirements.py.
defusedxml defusedxml>=0.6.0,<0.8
kombu==4.6.11 kombu==4.6.11
mutagen>=1.45.1,<1.46 mutagen>=1.45.1,<1.46
pytz pytz

View File

@ -30,7 +30,7 @@ setup(
}, },
python_requires=">=3.6", python_requires=">=3.6",
install_requires=[ install_requires=[
"defusedxml", "defusedxml>=0.6.0,<0.8",
"kombu==4.6.11", "kombu==4.6.11",
"mutagen>=1.45.1,<1.46", "mutagen>=1.45.1,<1.46",
"pytz", "pytz",