-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Expand file tree
/
Copy pathrequirements.txt
More file actions
executable file
·85 lines (83 loc) · 2.3 KB
/
requirements.txt
File metadata and controls
executable file
·85 lines (83 loc) · 2.3 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
pip>=26.0.1
packaging>=26.1
setuptools~=70.2;python_version<"3.10"
setuptools>=82.0.1;python_version>="3.10"
wheel>=0.46.3
attrs>=26.1.0
certifi>=2026.2.25
exceptiongroup>=1.3.1
websockets~=15.0.1;python_version<"3.10"
websockets>=16.0;python_version>="3.10"
filelock~=3.19.1;python_version<"3.10"
filelock>=3.28.0;python_version>="3.10"
fasteners>=0.20
mycdp>=1.3.7
pynose>=1.5.5
platformdirs~=4.4.0;python_version<"3.10"
platformdirs>=4.9.6;python_version>="3.10"
typing-extensions>=4.15.0
sbvirtualdisplay>=1.4.0
MarkupSafe>=3.0.3
Jinja2>=3.1.6
six>=1.17.0
parse>=1.21.1
parse-type>=0.6.6
colorama>=0.4.6
pyyaml>=6.0.3
pygments>=2.20.0
pyreadline3>=3.5.4;platform_system=="Windows"
tabcompleter>=1.4.0
pdbp>=1.8.2
idna>=3.11
charset-normalizer>=3.4.7,<4
urllib3>=1.26.20,<2;python_version<"3.10"
urllib3>=1.26.20,<3;python_version>="3.10"
requests~=2.32.5;python_version<"3.10"
requests~=2.33.1;python_version>="3.10"
sniffio==1.3.1
h11==0.16.0
outcome==1.3.0.post0
trio>=0.31.0,<1;python_version<"3.10"
trio>=0.33.0,<1;python_version>="3.10"
trio-websocket~=0.12.2
wsproto==1.2.0;python_version<"3.10"
wsproto~=1.3.2;python_version>="3.10"
websocket-client~=1.9.0
selenium==4.32.0;python_version<"3.10"
selenium==4.43.0;python_version>="3.10"
cssselect==1.3.0;python_version<"3.10"
cssselect>=1.4.0,<2;python_version>="3.10"
sortedcontainers==2.4.0
execnet==2.1.1;python_version<"3.10"
execnet==2.1.2;python_version>="3.10"
iniconfig==2.1.0;python_version<"3.10"
iniconfig==2.3.0;python_version>="3.10"
pluggy==1.6.0
pytest==8.4.2;python_version<"3.11"
pytest==9.0.3;python_version>="3.11"
pytest-html==4.0.2
pytest-metadata==3.1.1
pytest-ordering==0.6
pytest-rerunfailures==16.0.1;python_version<"3.10"
pytest-rerunfailures==16.1;python_version>="3.10"
pytest-xdist==3.8.0
parameterized==0.9.0
behave==1.2.6
soupsieve~=2.8.3
beautifulsoup4~=4.14.3
pyotp==2.9.0
python-xlib==0.33;platform_system=="Linux"
PyAutoGUI>=0.9.54;platform_system=="Linux"
markdown-it-py==3.0.0;python_version<"3.10"
markdown-it-py==4.0.0;python_version>="3.10"
mdurl==0.1.2
rich>=15.0.0,<16
# --- Testing Requirements --- #
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
coverage>=7.10.7;python_version<"3.10"
coverage>=7.13.5;python_version>="3.10"
pytest-cov>=7.1.0
flake8==7.3.0
mccabe==0.7.0
pyflakes==3.4.0
pycodestyle==2.14.0