installable package #9

Merged
dan merged 31 commits from installable into dev 2023-12-07 11:32:03 +01:00
Showing only changes of commit bdf427224c - Show all commits

View file

@ -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