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 # JSON schema validation
54 jsonschema==4.1.0
55 rfc3339-validator==0.1.4
56 rfc3987==1.3.8
57
58 # Other PIP freeze dependencies.
59 alabaster==0.7.12
60 arrow==1.2.1
61 Babel==2.9.0
62 bcrypt==3.1.7
63 certifi==2020.12.5
64 cffi==1.13.2
65 chardet==4.0.0
66 cryptography==2.8
67 docutils==0.16
68 future==0.18.2
69 fqdn==1.5.1
70 idna==2.10
71 imagesize==1.2.0
72 isoduration==20.11.0
73 Jinja2==2.11.3
74 jsonpointer==2.1
75 MarkupSafe==1.1.1
76 packaging==20.9
77 pbr==5.5.1
78 pycparser==2.19
79 Pygments==2.8.1
80 PyNaCl==1.3.0
81 pyparsing==2.4.7
82 python-dateutil==2.8.2
83 pytz==2021.1
84 retrying==1.3.3
85 six==1.15.0
86 snowballstemmer==2.1.0
87 sphinxcontrib-applehelp==1.0.2
88 sphinxcontrib-devhelp==1.0.2
89 sphinxcontrib-htmlhelp==1.0.3
90 sphinxcontrib-jsmath==1.0.1
91 sphinxcontrib-qthelp==1.0.3
92 sphinxcontrib-serializinghtml==1.1.4
93 uri-template==1.1.0
94 urllib3==1.25.6
95 webcolors==1.11.1