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 = [
4242]
4343
4444[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"
4848pytest-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"
5353
54- appium-python-client = { version = " ^2 .0.0" , optional = true }
54+ appium-python-client = { version = " >=1 .0.0" , optional = true }
5555
5656[tool .poetry .extras ]
5757appium = [" appium-python-client" ]
5858
5959[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"
6767
6868[tool .poetry .plugins .pytest11 ]
6969selenium = " pytest_selenium.pytest_selenium"
You can’t perform that action at this time.
0 commit comments