chore(playout): add missing requests types

This commit is contained in:
jo 2022-08-09 14:12:29 +02:00 committed by Kyle Robbertze
parent 39941b0fd4
commit 02c16de2ab
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ setup(
"distro", "distro",
"requests-mock", "requests-mock",
"types-python-dateutil", "types-python-dateutil",
"types-requests",
], ],
}, },
zip_safe=False, zip_safe=False,