beb338dea7ce971bd8088f4e6f39f8a82036654e
[vpp.git] / test / requirements.txt
1 pip-tools==7.3.0                        # BSD   Keep this in sync with Makefile's PIP_TOOLS_VERSION
2 cryptography!=2.0                       # BSD/Apache-2.0
3 deprecation>=2.0.6                      # Apache-2.0
4 faulthandler; python_version < '3.3' #  # BSD License (2 clause)
5 ipaddress; python_version < '3.3'       # PSF
6 parameterized>=0.6.1                    # BSD
7 pexpect                                 # ISC
8 psutil                                  # BSD
9 scapy==2.4.3; python_version >= '2.7' or python_version >= '3.4'    # GPL2  https://github.com/secdev/scapy/blob/master/LICENSE
10 six                                     # MIT
11 syslog_rfc5424_parser>=0.3.1            # ISC
12 objgraph                                # MIT
13 pyparsing                               # MIT
14 pympler                                 # Apache-2.0
15 sphinx                                  # BSD
16 sphinxcontrib-spelling                  # BSD
17 sphinx-rtd-theme                        # MIT
18 noiseprotocol                           # MIT
19 recommonmark                            # MIT
20 pyyaml                                  # MIT
21 jsonschema; python_version >= '3.7'     # MIT
22 dataclasses; python_version == '3.6'    # Apache-2.0
23 black                                   # MIT https://github.com/psf/black
24 pycryptodome                            # BSD, Public Domain
25 sh                                      # MIT https://github.com/amoffat/sh