forked from SigmaHQ/pySigma-validators-sigmaHQ
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
49 lines (39 loc) · 1.03 KB
/
pyproject.toml
File metadata and controls
49 lines (39 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
[project]
name = "pySigma-validators-sigmahq"
version = "0.20.1"
description = "pySigma SigmaHQ validators"
license = "LGPL-2.1-only"
readme = "README.md"
requires-python = ">=3.10,<4.0"
authors = [
{name = "François Hubaut", email = "frack113@users.noreply.github.com" }
]
maintainers =[
{name = "François Hubaut", email = "frack113@users.noreply.github.com" },
{name = "Christian Burkard", email = "phantinuss@users.noreply.github.com" }
]
keywords = [ "pySigma", "SigmaHQ", "validators"]
dependencies = [
"pysigma >=1.0",
"requests >=2.32"
]
[project.urls]
repository = "https://github.com/SigmaHQ/pySigma_validators_sigmaHQ"
[tool.poetry]
packages = [
{ include = "sigma" }
]
[tool.poetry.group.dev.dependencies]
black = "^25.0"
defusedxml = "^0.7"
pytest = "^9.0"
pytest-cov = "^7.0"
mypy = "^1.18"
types-requests = "^2.32"
[tool.black]
line-length = 100
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.pytest.ini_options]
filterwarnings = ["ignore::DeprecationWarning"]