We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a70786c commit 9edfbbdCopy full SHA for 9edfbbd
requirements/requirements_hard.txt
@@ -7,6 +7,25 @@ PySide6-Essentials == 6.4.1
7
8
# Cloudflare bypass
9
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
29
30
# auth0 TLS Fingerprinting bypasser
31
tls-client == 0.1.5
0 commit comments