-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
69 lines (69 loc) · 2.93 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
-i https://pypi.org/simple
allure-pytest==2.13.2
allure-python-commons==2.13.2; python_version >= '3.6'
appdirs==1.4.4
astroid==3.0.1; python_full_version >= '3.8.0'
atomicwrites==1.4.1
attrs==23.1.0; python_version >= '3.7'
autopep8==2.0.4; python_version >= '3.6'
behave==1.2.6; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
black==23.11.0; python_version >= '3.8'
blinker==1.7.0; python_version >= '3.8'
certifi==2023.7.22; python_version >= '3.6'
chardet==5.2.0; python_version >= '3.7'
charset-normalizer==3.3.2; python_full_version >= '3.7.0'
click==8.1.7; python_version >= '3.7'
colorama==0.4.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'
dill==0.3.7; python_version >= '3.11'
execnet==2.0.2; python_version >= '3.7'
flake8==6.1.0; python_full_version >= '3.8.1'
flask==3.0.0; python_version >= '3.8'
glob2==0.7
h11==0.14.0; python_version >= '3.7'
idna==3.4; python_version >= '3.5'
importlib-metadata==6.8.0; python_version >= '3.8'
iniconfig==2.0.0; python_version >= '3.7'
isort==5.12.0; python_full_version >= '3.8.0'
itsdangerous==2.1.2; python_version >= '3.7'
jinja2==3.1.2; python_version >= '3.7'
lazy-object-proxy==1.9.0; python_version >= '3.7'
mako==1.3.0; python_version >= '3.8'
markupsafe==2.1.3; python_version >= '3.7'
mccabe==0.7.0; python_version >= '3.6'
mypy==1.7.0; python_version >= '3.8'
mypy-extensions==1.0.0; python_version >= '3.5'
nose==1.3.7
outcome==1.3.0.post0; python_version >= '3.7'
packaging==23.2; python_version >= '3.7'
parameterized==0.9.0; python_version >= '3.7'
parse==1.19.1
parse-type==0.6.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pathspec==0.11.2; python_version >= '3.7'
platformdirs==4.0.0; python_version >= '3.7'
pluggy==1.3.0; python_version >= '3.8'
py==1.11.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
pycodestyle==2.11.1; python_version >= '3.8'
pyflakes==3.1.0; python_version >= '3.8'
pylint==3.0.2; python_full_version >= '3.8.0'
pyparsing==3.1.1; python_full_version >= '3.6.8'
pysocks==1.7.1
pytest==7.4.3; python_version >= '3.7'
pytest-xdist==3.4.0; python_version >= '3.7'
regex==2023.10.3; python_version >= '3.7'
requests==2.31.0; python_version >= '3.7'
selenium==4.15.2; python_version >= '3.8'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
sniffio==1.3.0; python_version >= '3.7'
sortedcontainers==2.4.0
toml==0.10.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
tomli==2.0.1; python_version >= '3.7'
tomlkit==0.12.3; python_version >= '3.7'
trio==0.23.1; python_version >= '3.8'
trio-websocket==0.11.1; python_version >= '3.7'
typing-extensions==4.8.0; python_version >= '3.8'
urllib3[socks]==2.1.0; python_version >= '3.8'
werkzeug==3.0.1; python_version >= '3.8'
wrapt==1.16.0; python_version >= '3.6'
wsproto==1.2.0; python_full_version >= '3.7.0'
yapf==0.40.2; python_version >= '3.7'
zipp==3.17.0; python_version >= '3.8'