chore(playout): add missing python-dateutil dependency

This commit is contained in:
jo 2022-08-09 14:11:55 +02:00 committed by Kyle Robbertze
parent ccbf4fb020
commit 39941b0fd4
2 changed files with 3 additions and 0 deletions

View File

@ -4,5 +4,6 @@ backports.zoneinfo>=0.2.1,<0.3;python_version<'3.9'
defusedxml>=0.6.0,<0.8
kombu==4.6.11
mutagen>=1.45.1,<1.46
python-dateutil>=2.8.1,<2.9
requests>=2.25.1,<2.29
typing-extensions

View File

@ -27,6 +27,7 @@ setup(
"defusedxml>=0.6.0,<0.8",
"kombu==4.6.11",
"mutagen>=1.45.1,<1.46",
"python-dateutil>=2.8.1,<2.9",
"requests>=2.25.1,<2.29",
"typing-extensions",
],
@ -34,6 +35,7 @@ setup(
"dev": [
"distro",
"requests-mock",
"types-python-dateutil",
],
},
zip_safe=False,