-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathPipfile
More file actions
38 lines (36 loc) · 732 Bytes
/
Pipfile
File metadata and controls
38 lines (36 loc) · 732 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
36
37
38
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
faker = "26.3.0"
selenium = "<4.24"
pynput = "1.7.7"
pytest = "<8.4"
pytest-httpserver = "1.0.12"
requests = "<3.0"
pytest-xdist = "3.6.1"
pytest-html = "4.1.1"
pypom = "2.2.4"
taskcluster-taskgraph = "==9.0.0"
jsonpath-ng = "1.6.1"
pillow = "<10.5"
pyfxa = "0.8.1"
ruff = "0.9.6"
pytest-rerunfailures = "14.0"
slack-sdk = "3.31.0"
google-cloud-storage = "2.18.0"
google-auth = "2.32.0"
psutil = "<6.1"
pytest-json-report = "==1.5.0"
beautifulsoup4 = "4.12.3"
pyautogui = "*"
brotli = "*"
opencv-python = "*"
tk = "*"
python-dev-tools = "*"
[dev-packages]
werkzeug = "==3.0.3"
selenium-wire = "5.1.0"
pdoc = "14.5.0"
pytest-variables = "3.1.0"