Report: Add rls data
[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.25.1
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.3.3
35 numpy==1.17.3
36 scipy==1.5.4
37
38 # PAL/DOC dependencies
39 boto3==1.17.78
40 botocore==1.20.78
41 hdrhistogram==0.6.1
42 pandas==0.25.3
43 plotly==4.1.1
44 PTable==0.9.2
45 Sphinx==3.5.4
46 sphinx-rtd-theme==0.5.2
47 sphinxcontrib-programoutput==0.17
48 sphinxcontrib-robotdoc==0.11.0
49
50 # VPP requirements
51 ply==3.11
52
53 # PIP freeze dependencies
54 alabaster==0.7.12
55 Babel==2.9.0
56 bcrypt==3.1.7
57 certifi==2020.12.5
58 cffi==1.13.2
59 chardet==4.0.0
60 cryptography==2.8
61 docutils==0.16
62 future==0.18.2
63 idna==2.10
64 imagesize==1.2.0
65 Jinja2==2.11.3
66 MarkupSafe==1.1.1
67 packaging==20.9
68 pbr==5.5.1
69 pycparser==2.19
70 Pygments==2.8.1
71 PyNaCl==1.3.0
72 pyparsing==2.4.7
73 python-dateutil==2.8.1
74 pytz==2021.1
75 retrying==1.3.3
76 six==1.15.0
77 snowballstemmer==2.1.0
78 sphinxcontrib-applehelp==1.0.2
79 sphinxcontrib-devhelp==1.0.2
80 sphinxcontrib-htmlhelp==1.0.3
81 sphinxcontrib-jsmath==1.0.1
82 sphinxcontrib-qthelp==1.0.3
83 sphinxcontrib-serializinghtml==1.1.4
84 urllib3==1.25.6