-
Notifications
You must be signed in to change notification settings - Fork 17
/
requirements.txt
executable file
·34 lines (34 loc) · 2.98 KB
/
requirements.txt
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
async-generator==1.10; python_version >= "3.7" and python_version < "4.0"
attrs==22.2.0; python_version >= "3.7" and python_version < "4.0"
beautifulsoup4==4.11.2; python_full_version >= "3.6.0"
certifi==2022.12.7; python_version >= "3.7" and python_version < "4"
cffi==1.15.1; os_name == "nt" and implementation_name != "pypy" and python_version >= "3.7" and python_version < "4.0"
charset-normalizer==2.1.1; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.6.0"
chromedriver-autoinstaller==0.4.0; python_version >= "3.6"
click==8.0.4; python_version >= "3.6"
colorama==0.4.6; python_version >= "3.6" and python_full_version >= "3.7.0" and python_full_version < "4.0.0" and (python_version >= "3.6" and python_full_version < "3.0.0" and platform_system == "Windows" or platform_system == "Windows" and python_version >= "3.6" and python_full_version >= "3.7.0")
commonmark==0.9.1; python_full_version >= "3.6.2" and python_full_version < "4.0.0"
exceptiongroup==1.1.0; python_version >= "3.7" and python_version < "3.11"
h11==0.14.0; python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.7.0"
idna==3.4; python_version >= "3.7" and python_version < "4"
markdownify==0.11.6
outcome==1.2.0; python_version >= "3.7" and python_version < "4.0"
pycparser==2.21; python_version >= "3.7" and python_full_version < "3.0.0" and os_name == "nt" and implementation_name != "pypy" and python_version < "4.0" or os_name == "nt" and implementation_name != "pypy" and python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.4.0"
pygments==2.13.0; python_full_version >= "3.6.2" and python_full_version < "4.0.0" and python_version >= "3.6"
pysocks==1.7.1; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4" or python_version >= "3.7" and python_version < "4" and python_full_version >= "3.6.0"
pyvirtualdisplay==3.0
requests==2.28.1; python_version >= "3.7" and python_version < "4"
rich==10.16.2; python_full_version >= "3.6.2" and python_full_version < "4.0.0"
selenium==4.7.2; python_version >= "3.7" and python_version < "4.0"
shellingham==1.5.0.post1; python_version >= "3.6"
six==1.16.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0"
sniffio==1.3.0; python_version >= "3.7" and python_version < "4.0"
sortedcontainers==2.4.0; python_version >= "3.7" and python_version < "4.0"
soupsieve==2.3.2.post1; python_version >= "3.6" and python_full_version >= "3.6.0"
trio-websocket==0.9.2; python_version >= "3.7" and python_version < "4.0"
trio==0.22.0; python_version >= "3.7" and python_version < "4.0"
typer==0.4.2; python_version >= "3.6"
undetected-chromedriver==3.2.1
urllib3==1.26.13; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4" or python_version >= "3.7" and python_version < "4" and python_full_version >= "3.6.0"
websockets==10.4; python_version >= "3.7"
wsproto==1.2.0; python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.7.0"