File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -42,28 +42,28 @@ include = [
42
42
]
43
43
44
44
[tool .poetry .dependencies ]
45
- python = " ^ 3.7"
46
- pytest = " ^ 6.0.0"
47
- pytest-base-url = " ^ 2.0.0"
45
+ python = " >= 3.7"
46
+ pytest = " >= 6.0.0"
47
+ pytest-base-url = " >= 2.0.0"
48
48
pytest-html = " >=2.0.0"
49
- pytest-variables = " ^ 2.0.0"
50
- requests = " ^ 2.26.0"
51
- selenium = " ^ 4.0.0"
52
- tenacity = " ^ 6.0.0"
49
+ pytest-variables = " >= 2.0.0"
50
+ requests = " >= 2.26.0"
51
+ selenium = " >= 4.0.0"
52
+ tenacity = " >= 6.0.0"
53
53
54
- appium-python-client = { version = " ^2 .0.0" , optional = true }
54
+ appium-python-client = { version = " >=1 .0.0" , optional = true }
55
55
56
56
[tool .poetry .extras ]
57
57
appium = [" appium-python-client" ]
58
58
59
59
[tool .poetry .dev-dependencies ]
60
- black = " ^ 22.1.0"
61
- flake8 = " ^ 4.0.1"
62
- tox = " ^ 3.24.5"
63
- pre-commit = " ^ 2.17.0"
64
- pytest-localserver = " ^ 0.5.0"
65
- pytest-xdist = " ^ 2.4.0"
66
- pytest-mock = " ^ 3.6.1"
60
+ black = " >= 22.1.0"
61
+ flake8 = " >= 4.0.1"
62
+ tox = " >= 3.24.5"
63
+ pre-commit = " >= 2.17.0"
64
+ pytest-localserver = " >= 0.5.0"
65
+ pytest-xdist = " >= 2.4.0"
66
+ pytest-mock = " >= 3.6.1"
67
67
68
68
[tool .poetry .plugins .pytest11 ]
69
69
selenium = " pytest_selenium.pytest_selenium"
You can’t perform that action at this time.
0 commit comments