chore(playout): add missing python-dateutil dependency
This commit is contained in:
parent
ccbf4fb020
commit
39941b0fd4
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue