update dependencies, change build-system to hatchling
This commit is contained in:
parent
5c59c3b444
commit
bdf427224c
1 changed files with 12 additions and 4 deletions
|
|
@ -14,18 +14,26 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"pytest == 7.4.3",
|
"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]
|
[project.scripts]
|
||||||
pytest11 = "pytest_abra:pytest_abra"
|
pytest11 = "pytest_abra:pytest_abra"
|
||||||
|
|
||||||
[tool.setuptools]
|
[tool.setuptools]
|
||||||
package-dir = {"" = "pytest_abra"}
|
package-dir = {"" = ""}
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["setuptools>=42.0", "wheel", "pip >= 21.1"]
|
requires = ["hatchling"]
|
||||||
build-backend = "setuptools.build_meta"
|
build-backend = "hatchling.build"
|
||||||
|
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
line-length = 120
|
line-length = 120
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue