-
Notifications
You must be signed in to change notification settings - Fork 7
/
test-requirements.txt
75 lines (75 loc) · 3.31 KB
/
test-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
70
71
72
73
74
75
-i https://pypi.python.org/simple
certifi==2023.11.17; python_version >= '3.6'
cfgv==3.4.0; python_version >= '3.8'
charset-normalizer==3.3.2; python_full_version >= '3.7.0'
coverage[toml]==7.4.0; python_version >= '3.8'
distlib==0.3.8
filelock==3.13.1; python_version >= '3.8'
flake8==7.0.0; python_full_version >= '3.8.1'
flake8-docstrings==1.7.0; python_version >= '3.7'
flake8-import-order==0.18.2
freezegun==1.4.0; python_version >= '3.7'
identify==2.5.33; python_version >= '3.8'
idna==3.6; python_version >= '3.5'
iniconfig==2.0.0; python_version >= '3.7'
mccabe==0.7.0; python_version >= '3.6'
nodeenv==1.8.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'
packaging==23.2; python_version >= '3.7'
platformdirs==4.1.0; python_version >= '3.8'
pluggy==1.3.0; python_version >= '3.8'
pre-commit==3.6.0; python_version >= '3.9'
pycodestyle==2.11.1; python_version >= '3.8'
pydocstyle==6.3.0; python_version >= '3.6'
pyflakes==3.2.0; python_version >= '3.8'
pytest==7.4.4; python_version >= '3.7'
pytest-cov==4.1.0; python_version >= '3.7'
python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pyyaml==6.0.1; python_version >= '3.6'
requests==2.31.0; python_version >= '3.7'
requests-mock==1.11.0
setuptools==69.0.3; 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'
snowballstemmer==2.2.0
urllib3==1.26.18; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
virtualenv==20.25.0; python_version >= '3.7'
alabaster==0.7.13; python_version >= '3.6'
arrow==1.3.0; python_version >= '3.8'
babel==2.14.0; python_version >= '3.7'
blinker==1.7.0; python_version >= '3.8'
cachelib==0.10.2; python_version >= '3.7'
cffi==1.16.0; python_version >= '3.8'
click==8.1.7; python_version >= '3.7'
cmarkgfm==2022.10.27
cryptography==41.0.7; python_version >= '3.7'
docutils==0.20.1; python_version >= '3.7'
elasticsearch==7.17.9; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' and python_version < '4'
elasticsearch-dsl==7.4.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
flask==3.0.0; python_version >= '3.8'
gitdb==4.0.11; python_version >= '3.7'
github3.py==4.0.1; python_version >= '3.7'
gitpython==3.1.40; python_version >= '3.7'
imagesize==1.4.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
itsdangerous==2.1.2; python_version >= '3.7'
jinja2==3.1.2; python_version >= '3.7'
markupsafe==2.1.3; python_version >= '3.7'
nh3==0.2.15
pbr==6.0.0; python_version >= '2.6'
pycparser==2.21
pygments==2.17.2; python_version >= '3.7'
pyjwt[crypto]==2.8.0; python_version >= '3.7'
pyzmq==25.1.2; python_version >= '3.6'
readme-renderer[md]==42.0; python_version >= '3.8'
smmap==5.0.1; python_version >= '3.7'
sphinx==7.2.6; python_version >= '3.9'
sphinxcontrib-applehelp==1.0.7; python_version >= '3.9'
sphinxcontrib-devhelp==1.0.5; python_version >= '3.9'
sphinxcontrib-htmlhelp==2.0.4; python_version >= '3.9'
sphinxcontrib-jsmath==1.0.1; python_version >= '3.5'
sphinxcontrib-qthelp==1.0.6; python_version >= '3.9'
sphinxcontrib-serializinghtml==1.1.9; python_version >= '3.9'
tabulate==0.9.0; python_version >= '3.7'
types-python-dateutil==2.8.19.14
uritemplate==4.1.1; python_version >= '3.6'
werkzeug==3.0.1; python_version >= '3.8'
-e .
zuul-sphinx==0.7.0