|
14 | 14 |
|
15 | 15 | setup( |
16 | 16 | name='sigmatools', |
17 | | - version='0.19.1', |
| 17 | + version='0.20', |
18 | 18 | description='Tools for the Generic Signature Format for SIEM Systems', |
19 | 19 | long_description=long_description, |
20 | 20 | long_description_content_type="text/markdown", |
|
30 | 30 | 'Topic :: Security', |
31 | 31 | 'Topic :: Internet :: Log Analysis', |
32 | 32 | 'License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)', |
33 | | - 'Programming Language :: Python :: 3.6', |
34 | | - 'Programming Language :: Python :: 3.7', |
35 | 33 | 'Programming Language :: Python :: 3.8', |
| 34 | + 'Programming Language :: Python :: 3.9', |
36 | 35 | 'Environment :: Console', |
37 | 36 | ], |
38 | 37 | keywords='security monitoring siem logging signatures elasticsearch splunk ids sysmon', |
|
43 | 42 | 'sigma.parser', |
44 | 43 | 'sigma.parser.modifiers', |
45 | 44 | ], |
46 | | - python_requires='~=3.6', |
47 | | - install_requires=['PyYAML', 'pymisp', 'progressbar2'], |
| 45 | + python_requires='~=3.8', |
| 46 | + install_requires=['PyYAML', 'pymisp', 'progressbar2', 'ruamel.yaml'], |
48 | 47 | extras_require={ |
49 | 48 | 'test': ['coverage', 'yamllint'], |
50 | 49 | }, |
|
0 commit comments