2024-07-23 01:28:19 -04:00
|
|
|
pip-tools==7.4.1 # BSD Keep this in sync with Makefile's PIP_TOOLS_VERSION
|
2018-11-23 03:43:52 -08:00
|
|
|
cryptography!=2.0 # BSD/Apache-2.0
|
2019-03-14 06:52:31 -07:00
|
|
|
deprecation>=2.0.6 # Apache-2.0
|
2018-11-23 03:43:52 -08:00
|
|
|
faulthandler; python_version < '3.3' # # BSD License (2 clause)
|
|
|
|
ipaddress; python_version < '3.3' # PSF
|
2018-11-23 09:00:27 -08:00
|
|
|
parameterized>=0.6.1 # BSD
|
2018-11-23 03:43:52 -08:00
|
|
|
pexpect # ISC
|
|
|
|
psutil # BSD
|
2024-07-23 01:28:19 -04:00
|
|
|
scapy==2.4.5; python_version >= '3.4' # GPL2 https://github.com/secdev/scapy/blob/master/LICENSE
|
2018-11-23 03:43:52 -08:00
|
|
|
six # MIT
|
2019-03-19 18:58:35 -07:00
|
|
|
syslog_rfc5424_parser>=0.3.1 # ISC
|
2019-06-21 17:04:29 +02:00
|
|
|
objgraph # MIT
|
2023-08-15 19:05:26 -04:00
|
|
|
pyparsing # MIT
|
2019-06-21 17:04:29 +02:00
|
|
|
pympler # Apache-2.0
|
2021-08-12 18:36:02 -04:00
|
|
|
sphinx # BSD
|
|
|
|
sphinxcontrib-spelling # BSD
|
2020-04-07 15:43:33 +02:00
|
|
|
sphinx-rtd-theme # MIT
|
2020-08-31 17:12:30 +07:00
|
|
|
noiseprotocol # MIT
|
2021-08-12 18:36:02 -04:00
|
|
|
recommonmark # MIT
|
2021-08-19 11:38:06 +02:00
|
|
|
pyyaml # MIT
|
2021-11-06 10:59:22 -04:00
|
|
|
jsonschema; python_version >= '3.7' # MIT
|
2021-11-08 12:23:01 -05:00
|
|
|
dataclasses; python_version == '3.6' # Apache-2.0
|
2022-04-26 19:02:15 +02:00
|
|
|
black # MIT https://github.com/psf/black
|
2022-07-20 10:48:56 +00:00
|
|
|
pycryptodome # BSD, Public Domain
|
2023-08-31 00:47:44 -04:00
|
|
|
sh # MIT https://github.com/amoffat/sh
|
2024-02-07 13:29:51 +00:00
|
|
|
sysctl; platform_system == "FreeBSD" # BSD
|