From bdf427224c69175810256ac9ead8ee51efedfd63 Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 6 Dec 2023 13:19:23 +0100 Subject: [PATCH] update dependencies, change build-system to hatchling --- pyproject.toml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a6de8bc..d7492d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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