-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
27 lines (27 loc) · 1.17 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
-i https://pypi.org/simple
async-generator==1.10; python_version >= '3.5'
attrs==22.1.0; python_version >= '3.5'
certifi==2022.9.14; python_version >= '3.6'
charset-normalizer==2.1.1; python_full_version >= '3.6.0'
h11==0.13.0; python_version >= '3.6'
idna==3.4; python_version >= '3.5'
iniconfig==1.1.1
outcome==1.2.0; python_version >= '3.7'
packaging==21.3; python_version >= '3.6'
pluggy==1.0.0; python_version >= '3.6'
py==1.11.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
pyparsing==3.0.9; python_full_version >= '3.6.8'
pysocks==1.7.1
pytest==7.1.3
python-dotenv==0.21.0; python_version >= '3.7'
requests==2.28.1; python_version >= '3.7' and python_version < '4'
selenium==4.4.3
sniffio==1.3.0; python_version >= '3.7'
sortedcontainers==2.4.0
tomli==2.0.1; python_version >= '3.7'
tqdm==4.64.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
trio-websocket==0.9.2; python_version >= '3.5'
trio==0.21.0; python_version >= '3.7'
urllib3[socks]==1.26.12; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' and python_version < '4'
webdriver-manager==3.8.3
wsproto==1.2.0; python_full_version >= '3.7.0'