Skip to content

Commit ddc7a85

Browse files
committed
uv add pytest-playwright
1 parent fd99aaa commit ddc7a85

File tree

2 files changed

+178
-29
lines changed

2 files changed

+178
-29
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ version = "0.0.1"
44
description = "A GitHub template repository for Python"
55
readme = "README.md"
66
requires-python = ">=3.10"
7-
dependencies = []
7+
dependencies = [
8+
"pytest-playwright>=0.7.0",
9+
]
810

911
[project.optional-dependencies]
1012
docs = [

0 commit comments

Comments
 (0)