Remove playwright from armv7

This commit is contained in:
c01o
2023-10-27 05:59:25 +09:00
parent 7a80b61bea
commit 8c25a81009
3 changed files with 25 additions and 21 deletions

View File

@@ -18,7 +18,7 @@ dependencies = [
"w3lib>=1.22.0",
# "youtube-dl>=2021.04.17",
"yt-dlp>=2021.4.11",
"playwright>=1.39.0",
"playwright>=1.39.0; platform_machine != 'armv7l'",
]
requires-python = ">=3.9"
readme = "README.md"