Skip to content

Commit 9edfbbd

Browse files
committed
Add sub-requirements for undetected-chromedriver
1 parent a70786c commit 9edfbbd

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

requirements/requirements_hard.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,25 @@ PySide6-Essentials == 6.4.1
77

88
# Cloudflare bypass
99
undetected-chromedriver == 3.1.7
10+
requests
11+
charset-normalizer < 3, >= 2
12+
idna < 4, >= 2.5
13+
selenium >= 4.0.0
14+
urllib3[socks] ~= 1.26
15+
trio ~= 0.17
16+
attrs >= 19.2.0
17+
sortedcontainers
18+
exceptiongroup
19+
outcome
20+
sniffio
21+
cffi >= 1.14; os_name == "nt" and implementation_name != "pypy"
22+
pycparser; os_name == "nt" and implementation_name != "pypy"
23+
trio-websocket ~= 0.9
24+
async-generator >= 1.10
25+
wsproto >= 0.14
26+
h11 < 1, >= 0.9.0
27+
certifi >= 2021.10.8
28+
websockets
1029

1130
# auth0 TLS Fingerprinting bypasser
1231
tls-client == 0.1.5

0 commit comments

Comments
 (0)