installable package #9
1 changed files with 12 additions and 4 deletions
|
|
@ -14,18 +14,26 @@ classifiers = [
|
|||
]
|
||||
dependencies = [
|
||||
"pytest == 7.4.3",
|
||||
"playwright >= 1.40",
|
||||
"playwright == 1.40",
|
||||
"pytest-html == 4.1.1",
|
||||
"pytest-playwright == 0.4.3",
|
||||
"python-dotenv == 1.0.0",
|
||||
"loguru == 0.7.2",
|
||||
"beautifulsoup4 == 4.12.2",
|
||||
"imbox == 0.9.8",
|
||||
"hatchling == 1.18.0",
|
||||
"icecream",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
pytest11 = "pytest_abra:pytest_abra"
|
||||
|
||||
[tool.setuptools]
|
||||
package-dir = {"" = "pytest_abra"}
|
||||
package-dir = {"" = ""}
|
||||
|
||||
[build-system]
|
||||
requires = ["setuptools>=42.0", "wheel", "pip >= 21.1"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[tool.ruff]
|
||||
line-length = 120
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue