Infra: Move nginx service closer to storage
[csit.git] / requirements.txt
1 # DISCLAIMER: BEFORE EDITING THIS FILE!
2 #
3 # This file has two closely related consequences. The common part is that this
4 # file defines the content of virtual Python environment used when Robot tests
5 # are running.
6 #
7 # But the virtual environment is also being created on containerized
8 # environment created by either Nomad cluster (Jenkins, vpp_device) or during
9 # execution on SUT machines, which might have specific restrictions.
10 #
11 # Complete package and setting snapshot (for all container images),
12 # with network being limited to local only. This implies pip currently being
13 # set to site-packages only. So if the "container image" applied on the machine
14 # does not reflect the edits, some installations might fail.
15 # Even if the failure may not directly impact execution, this leads into
16 # inconsistency between installed environment and the code base which may lead
17 # into fatal error or uncaught exceptions.
18 #
19 # CSIT Core dependencies
20 ecdsa==0.13.3
21 paramiko==2.6.0
22 pycrypto==2.6.1
23 pypcap==1.2.3
24 PyYAML==5.1.1
25 requests==2.22.0
26 robotframework==3.1.2
27 scapy==2.4.3
28 scp==0.13.2
29
30 # IaaC dependencies
31 ansible==2.10.7
32
33 # PLRsearch dependencies
34 dill==0.2.8.2
35 numpy==1.17.3
36 scipy==1.5.4
37
38 # PAL/DOC dependencies
39 hdrhistogram==0.6.1
40 pandas==0.25.3
41 plotly==4.1.1
42 PTable==0.9.2
43 Sphinx==2.2.1
44 sphinx-rtd-theme==0.4.0
45 sphinxcontrib-programoutput==0.15
46 sphinxcontrib-robotdoc==0.11.0
47
48 # VPP requirements
49 ply==3.11
50
51 # PIP freeze dependencies
52 alabaster==0.7.12
53 Babel==2.7.0
54 bcrypt==3.1.7
55 certifi==2019.9.11
56 cffi==1.13.2
57 chardet==3.0.4
58 cryptography==2.8
59 docutils==0.15.2
60 future==0.18.2
61 idna==2.8
62 imagesize==1.1.0
63 Jinja2==2.10.3
64 MarkupSafe==1.1.1
65 packaging==19.2
66 pbr==5.4.3
67 pycparser==2.19
68 Pygments==2.4.2
69 PyNaCl==1.3.0
70 pyparsing==2.4.4
71 python-dateutil==2.8.1
72 pytz==2019.3
73 retrying==1.3.3
74 six==1.13.0
75 snowballstemmer==2.0.0
76 sphinxcontrib-applehelp==1.0.1
77 sphinxcontrib-devhelp==1.0.1
78 sphinxcontrib-htmlhelp==1.0.2
79 sphinxcontrib-jsmath==1.0.1
80 sphinxcontrib-qthelp==1.0.2
81 sphinxcontrib-serializinghtml==1.1.3
82 urllib3==1.25.6