We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd99aaa commit ddc7a85Copy full SHA for ddc7a85
pyproject.toml
@@ -4,7 +4,9 @@ version = "0.0.1"
4
description = "A GitHub template repository for Python"
5
readme = "README.md"
6
requires-python = ">=3.10"
7
-dependencies = []
+dependencies = [
8
+ "pytest-playwright>=0.7.0",
9
+]
10
11
[project.optional-dependencies]
12
docs = [
0 commit comments