diff options
Diffstat (limited to 'test/requirements.txt')
-rw-r--r-- | test/requirements.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/requirements.txt b/test/requirements.txt index 0723100bd68..52dca171852 100644 --- a/test/requirements.txt +++ b/test/requirements.txt @@ -7,9 +7,7 @@ parameterized>=0.6.1 # BSD pexpect # ISC psutil # BSD pycodestyle # MIT (Expat license) https://pypi.org/project/pycodestyle/ -# used by syslog_rfc5424_parser -pyparsing<2.3.1 # MIT scapy==2.4.0; python_version >= '2.7' or python_version >= '3.4' # GPL2 https://github.com/secdev/scapy/blob/master/LICENSE six # MIT subprocess32 # PSF -syslog_rfc5424_parser # ISC +syslog_rfc5424_parser>=0.2.0 # ISC |