Klement Sekera | d9b0c6f | 2022-04-26 19:02:15 +0200 | [diff] [blame] | 1 | pip-tools==6.6.0 # BSD Keep this in sync with Makefile's PIP_TOOLS_VERSION |
Paul Vinciguerra | ab9e20b | 2018-11-23 03:43:52 -0800 | [diff] [blame] | 2 | cryptography!=2.0 # BSD/Apache-2.0 |
Paul Vinciguerra | 4ba4edd | 2019-03-14 06:52:31 -0700 | [diff] [blame] | 3 | deprecation>=2.0.6 # Apache-2.0 |
Paul Vinciguerra | ab9e20b | 2018-11-23 03:43:52 -0800 | [diff] [blame] | 4 | faulthandler; python_version < '3.3' # # BSD License (2 clause) |
Paul Vinciguerra | ab9e20b | 2018-11-23 03:43:52 -0800 | [diff] [blame] | 5 | ipaddress; python_version < '3.3' # PSF |
Neale Ranns | ae80983 | 2018-11-23 09:00:27 -0800 | [diff] [blame] | 6 | parameterized>=0.6.1 # BSD |
Paul Vinciguerra | ab9e20b | 2018-11-23 03:43:52 -0800 | [diff] [blame] | 7 | pexpect # ISC |
| 8 | psutil # BSD |
snaramre | 5d4b891 | 2019-12-13 23:39:35 +0000 | [diff] [blame] | 9 | scapy==2.4.3; python_version >= '2.7' or python_version >= '3.4' # GPL2 https://github.com/secdev/scapy/blob/master/LICENSE |
Paul Vinciguerra | ab9e20b | 2018-11-23 03:43:52 -0800 | [diff] [blame] | 10 | six # MIT |
Paul Vinciguerra | 32ee2f1 | 2019-03-19 18:58:35 -0700 | [diff] [blame] | 11 | syslog_rfc5424_parser>=0.3.1 # ISC |
Aloys Augustin | 28fa8cb | 2019-06-21 17:04:29 +0200 | [diff] [blame] | 12 | objgraph # MIT |
| 13 | pympler # Apache-2.0 |
Dave Wallace | d170681 | 2021-08-12 18:36:02 -0400 | [diff] [blame] | 14 | sphinx # BSD |
| 15 | sphinxcontrib-spelling # BSD |
Aloys Augustin | 1f2e146 | 2020-04-07 15:43:33 +0200 | [diff] [blame] | 16 | sphinx-rtd-theme # MIT |
Artem Glazychev | edca132 | 2020-08-31 17:12:30 +0700 | [diff] [blame] | 17 | noiseprotocol # MIT |
Dave Wallace | d170681 | 2021-08-12 18:36:02 -0400 | [diff] [blame] | 18 | recommonmark # MIT |
Nathan Skrzypczak | 9ad39c0 | 2021-08-19 11:38:06 +0200 | [diff] [blame] | 19 | pyyaml # MIT |
Dave Wallace | 51a037d | 2021-11-06 10:59:22 -0400 | [diff] [blame] | 20 | jsonschema; python_version >= '3.7' # MIT |
Dave Wallace | 995123e | 2021-11-08 12:23:01 -0500 | [diff] [blame] | 21 | dataclasses; python_version == '3.6' # Apache-2.0 |
Klement Sekera | d9b0c6f | 2022-04-26 19:02:15 +0200 | [diff] [blame] | 22 | black # MIT https://github.com/psf/black |
Alexander Chernavin | 44ec846 | 2022-07-20 10:48:56 +0000 | [diff] [blame] | 23 | pycryptodome # BSD, Public Domain |