-
Notifications
You must be signed in to change notification settings - Fork 49
/
requirements.txt
53 lines (53 loc) · 1.33 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
pip>=20.1.1
packaging>=20.4
setuptools>=44.1.1;python_version<"3.5"
setuptools>=47.3.1;python_version>="3.5"
setuptools-scm>=4.1.2
wheel>=0.34.2
six==1.15.0
nose==1.3.7
ipdb==0.13.3
idna==2.10
chardet==3.0.4
urllib3==1.25.9
requests==2.24.0
selenium==3.141.0
pluggy==0.13.1
attrs>=19.3.0
py==1.8.1
pytest==4.6.11;python_version<"3.5"
pytest==5.4.3;python_version>="3.5"
pytest-cov==2.10.0
pytest-forked==1.2.0
pytest-html==1.22.1;python_version<"3.6"
pytest-html==2.0.1;python_version>="3.6"
pytest-metadata==1.8.0;python_version<"3.6"
pytest-metadata==1.10.0;python_version>="3.6"
pytest-ordering==0.6
pytest-rerunfailures==8.0;python_version<"3.6"
pytest-rerunfailures==9.0;python_version>="3.6"
pytest-xdist==1.32.0
parameterized==0.7.4
soupsieve==1.9.6;python_version<"3.5"
soupsieve==2.0.1;python_version>="3.5"
beautifulsoup4==4.9.1
cryptography==2.9.2
pyopenssl==19.1.0
pygments==2.5.2;python_version<"3.5"
pygments==2.6.1;python_version>="3.5"
colorama==0.4.3
brython>=3.8.9
pymysql==0.9.3
coverage==5.1
pyotp==2.3.0
boto==2.49.0
cffi==1.14.0
rich==3.0.2;python_version>="3.6" and python_version<"4.0"
flake8==3.7.9;python_version<"3.5"
flake8==3.8.3;python_version>="3.5"
pyflakes==2.1.1;python_version<"3.5"
pyflakes==2.2.0;python_version>="3.5"
certifi>=2020.6.20
pdfminer.six==20191110;python_version<"3.5"
pdfminer.six==20200517;python_version>="3.5"
rsa