Update VPP_STABLE_VER files
[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 # Bootstraping dependencies
31 ansible==2.7.8
32
33 # PLRsearch dependencies
34 dill==0.2.8.2
35 numpy==1.17.3
36 scipy==1.1.0
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 # PIP freeze dependencies
49 alabaster==0.7.12
50 Babel==2.7.0
51 bcrypt==3.1.7
52 certifi==2019.9.11
53 cffi==1.13.2
54 chardet==3.0.4
55 cryptography==2.8
56 docutils==0.15.2
57 future==0.18.2
58 idna==2.8
59 imagesize==1.1.0
60 Jinja2==2.10.3
61 MarkupSafe==1.1.1
62 packaging==19.2
63 pbr==5.4.3
64 ply==3.11
65 pycparser==2.19
66 Pygments==2.4.2
67 PyNaCl==1.3.0
68 pyparsing==2.4.4
69 python-dateutil==2.8.1
70 pytz==2019.3
71 retrying==1.3.3
72 six==1.13.0
73 snowballstemmer==2.0.0
74 sphinxcontrib-applehelp==1.0.1
75 sphinxcontrib-devhelp==1.0.1
76 sphinxcontrib-htmlhelp==1.0.2
77 sphinxcontrib-jsmath==1.0.1
78 sphinxcontrib-qthelp==1.0.2
79 sphinxcontrib-serializinghtml==1.1.3
80 urllib3==1.25.6