Paul Vinciguerra | 42bdba8 | 2019-03-07 11:26:23 -0800 | [diff] [blame] | 1 | aenum>= 2.1.2; python_version < '3.6' # BSD |
Paul Vinciguerra | ab9e20b | 2018-11-23 03:43:52 -0800 | [diff] [blame] | 2 | cffi # MIT |
| 3 | cryptography!=2.0 # BSD/Apache-2.0 |
| 4 | faulthandler; python_version < '3.3' # # BSD License (2 clause) |
| 5 | flake8 # MIT |
| 6 | ipaddress; python_version < '3.3' # PSF |
Neale Ranns | ae80983 | 2018-11-23 09:00:27 -0800 | [diff] [blame] | 7 | parameterized>=0.6.1 # BSD |
Paul Vinciguerra | ab9e20b | 2018-11-23 03:43:52 -0800 | [diff] [blame] | 8 | pexpect # ISC |
| 9 | psutil # BSD |
| 10 | pycodestyle # MIT (Expat license) https://pypi.org/project/pycodestyle/ |
Paul Vinciguerra | ab9e20b | 2018-11-23 03:43:52 -0800 | [diff] [blame] | 11 | scapy==2.4.0; python_version >= '2.7' or python_version >= '3.4' # GPL2 https://github.com/secdev/scapy/blob/master/LICENSE |
| 12 | six # MIT |
| 13 | subprocess32 # PSF |
Paul Vinciguerra | 31df49c | 2019-01-22 19:58:47 -0800 | [diff] [blame] | 14 | syslog_rfc5424_parser>=0.3.0 # ISC |