sidestep uv since it suddenly breaks now

This commit is contained in:
lda
2026-05-15 00:48:39 +07:00 Verified
parent d2140b0c83
commit 4217f77f1a
2 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -176,7 +176,7 @@ async def program():
):
pass
await page.wait_for_timeout(200)
await page.wait_for_timeout(1000)
await notify(
"Timed out waiting for claim state.",
+8 -4
View File
@@ -9,9 +9,13 @@ dependencies = [
"playwright>=1.59.0",
]
[tool.uv]
package = true
# use this instead of tool.uv.package to avoid uv bullshit
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
# setup alias for running the main.py file
[project.scripts]
playwright-demo = "main:main"
akef-signin = "main:main"
playwright-demo = "playwright_demo:main"
akef-signin = "playwright_demo:main"
# main.py has a main. Why this no work? uv tripping