File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change 1- [build-system ]
2- build-backend = " hatchling.build"
3- requires = [" hatchling" ]
4-
51[dependency-groups ]
62dev = [
73 " ruff==0.11.8" ,
84 " pre-commit==4.2.0"
95]
106
117[project ]
12- authors = [{name = " Nir Tal" , email = " nirt236@gmail.com" }]
138dependencies = [
149 " allure-pytest==2.14.1" ,
1510 " assertpy==1.1" ,
@@ -32,15 +27,7 @@ dependencies = [
3227 " visual-regression-tracker==4.9.0" ,
3328 " xlrd==2.0.1"
3429]
35- description = " Selenium Python example project with pytest and Allure report"
36- name = " selenium-python-example"
37- readme = " README.md"
3830requires-python = " ~=3.11"
39- version = " 0.1.0"
40-
41- [project .urls ]
42- Homepage = " https://github.com/nirtal85/Selenium-Python-Example"
43- Repository = " https://github.com/nirtal85/Selenium-Python-Example"
4431
4532[tool .pytest .ini_options ]
4633pythonpath = " src"
You can’t perform that action at this time.
0 commit comments