Aloys Augustin | ef29fa4 | 2020-05-25 18:07:24 +0200 | [diff] [blame] | 1 | pip-tools==5.1.2 # BSD Keep this in sync with Makefile's PIP_TOOLS_VERSION |
Aloys Augustin | 28fa8cb | 2019-06-21 17:04:29 +0200 | [diff] [blame] | 2 | |
Paul Vinciguerra | 42bdba8 | 2019-03-07 11:26:23 -0800 | [diff] [blame] | 3 | aenum>= 2.1.2; python_version < '3.6' # BSD |
Paul Vinciguerra | ab9e20b | 2018-11-23 03:43:52 -0800 | [diff] [blame] | 4 | cffi # MIT |
| 5 | cryptography!=2.0 # BSD/Apache-2.0 |
Paul Vinciguerra | 4ba4edd | 2019-03-14 06:52:31 -0700 | [diff] [blame] | 6 | deprecation>=2.0.6 # Apache-2.0 |
Paul Vinciguerra | ab9e20b | 2018-11-23 03:43:52 -0800 | [diff] [blame] | 7 | faulthandler; python_version < '3.3' # # BSD License (2 clause) |
| 8 | flake8 # MIT |
| 9 | ipaddress; python_version < '3.3' # PSF |
Neale Ranns | ae80983 | 2018-11-23 09:00:27 -0800 | [diff] [blame] | 10 | parameterized>=0.6.1 # BSD |
Paul Vinciguerra | ab9e20b | 2018-11-23 03:43:52 -0800 | [diff] [blame] | 11 | pexpect # ISC |
| 12 | psutil # BSD |
| 13 | pycodestyle # MIT (Expat license) https://pypi.org/project/pycodestyle/ |
snaramre | 5d4b891 | 2019-12-13 23:39:35 +0000 | [diff] [blame] | 14 | 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] | 15 | six # MIT |
| 16 | subprocess32 # PSF |
Paul Vinciguerra | 32ee2f1 | 2019-03-19 18:58:35 -0700 | [diff] [blame] | 17 | syslog_rfc5424_parser>=0.3.1 # ISC |
Aloys Augustin | 28fa8cb | 2019-06-21 17:04:29 +0200 | [diff] [blame] | 18 | objgraph # MIT |
| 19 | pympler # Apache-2.0 |
Aloys Augustin | 1f2e146 | 2020-04-07 15:43:33 +0200 | [diff] [blame] | 20 | sphinx<3.0.0 # BSD, sphinx 3.0.0 crashes with a traceback |
| 21 | sphinx-rtd-theme # MIT |
Artem Glazychev | edca132 | 2020-08-31 17:12:30 +0700 | [diff] [blame] | 22 | noiseprotocol # MIT |