Update rook-ceph kubernetes deployment for k8s 1.15
[infra/stack/kubernetes.git] / test-requirements.txt
1 #-------------------------------------------------------------------------------
2 # This file contains python requirement version pins for tox.
3 # Do not modify this file unless you know what you are doing.
4 # Modifying this file may result in unexpected behavior.
5 #-------------------------------------------------------------------------------
6
7 # NOTE (fdegir): tox python requirements
8 alabaster==0.7.12
9 ansible==2.9.6
10 ansible-lint==4.1.0
11 appdirs==1.4.4
12 Babel==2.8.0
13 certifi==2020.6.20
14 cffi==1.14.3
15 chardet==3.0.4
16 cryptography==3.1.1
17 distlib==0.3.1
18 docutils==0.16
19 filelock==3.0.12
20 idna==2.10
21 imagesize==1.2.0
22 importlib-metadata==1.7.0
23 importlib-resources==3.0.0
24 Jinja2==2.11.2
25 MarkupSafe==1.1.1
26 packaging==20.4
27 pathspec==0.8.0
28 pluggy==0.13.1
29 py==1.9.0
30 pycparser==2.20
31 Pygments==2.7.1
32 pyparsing==2.4.7
33 pytz==2020.1
34 PyYAML==5.3.1
35 requests==2.24.0
36 rtcat-sphinx-theme==0.1.1
37 ruamel.yaml==0.16.12
38 ruamel.yaml.clib==0.2.2
39 shellcheck-py==0.7.0.1
40 six==1.15.0
41 snowballstemmer==2.0.0
42 Sphinx==2.3.1
43 sphinxcontrib-applehelp==1.0.2
44 sphinxcontrib-devhelp==1.0.2
45 sphinxcontrib-htmlhelp==1.0.3
46 sphinxcontrib-jsmath==1.0.1
47 sphinxcontrib-qthelp==1.0.3
48 sphinxcontrib-serializinghtml==1.1.4
49 toml==0.10.1
50 tox==3.14.3
51 urllib3==1.25.10
52 virtualenv==20.0.33
53 yamllint==1.19.0
54 zipp==3.3.0
55
56 # vim: set ts=2 sw=2 expandtab: