chore(playout): install lxml types to satisfy mypy (#3168)

Fixing a mypy warning about missing types.
This commit is contained in:
Jonas L. 2025-06-14 13:57:05 +02:00 committed by GitHub
parent 908d54805a
commit e8d063d7e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,6 +39,7 @@ setup(
"distro>=1.8.0,<2",
"requests-mock>=1.10.0,<2",
"syrupy>=4.0.0,<5",
"types-lxml==2025.03.30",
"types-backports>=0.1.3,<1",
"types-python-dateutil>=2.8.1,<3",
"types-requests>=2.31.0,<3",