-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
35 lines (31 loc) · 754 Bytes
/
Pipfile
File metadata and controls
35 lines (31 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[scripts]
all_tests = "pytest --headed --browser chromium --browser firefox --browser webkit --numprocesses 3"
custom_tests = "pytest -m customMarker1"
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
certifi = "==2024.2.2"
charset-normalizer = "==3.3.2"
colorama = "==0.4.6"
execnet = "==2.1.1"
greenlet = "==3.0.3"
idna = "==3.7"
iniconfig = "==2.0.0"
packaging = "==24.0"
playwright = "==1.43.0"
pluggy = "==1.4.0"
pyee = "==11.1.0"
pytest = "==8.1.1"
pytest-base-url = "==2.1.0"
pytest-playwright = "==0.4.4"
pytest-xdist = "==3.5.0"
python-slugify = "==8.0.4"
requests = "==2.31.0"
text-unidecode = "==1.3"
typing-extensions = "==4.11.0"
urllib3 = "==2.2.1"
[dev-packages]
[requires]
python_version = "3.12"