wireguard: add processing of received cookie messages
[vpp.git] / test / requirements.txt
1 pip-tools==6.6.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 pympler                                 # Apache-2.0
14 sphinx                                  # BSD
15 sphinxcontrib-spelling                  # BSD
16 sphinx-rtd-theme                        # MIT
17 noiseprotocol                           # MIT
18 recommonmark                            # MIT
19 pyyaml                                  # MIT
20 jsonschema; python_version >= '3.7'     # MIT
21 dataclasses; python_version == '3.6'    # Apache-2.0
22 black                                   # MIT https://github.com/psf/black
23 pycryptodome                            # BSD, Public Domain