-
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpyproject.toml
More file actions
27 lines (24 loc) · 711 Bytes
/
pyproject.toml
File metadata and controls
27 lines (24 loc) · 711 Bytes
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
[tool.poetry]
name = "pysigma-backend-crowdstrike"
version = "3.0.0"
description = "pySigma CrowdStrike Logscale backend and processing pipelines for the Falcon data model."
readme = "README.md"
authors = ["Panos Moullotos", "Thomas Patzke <thomas@patzke.org>"]
license = "LGPL-2.1-only"
repository = "https://github.com/SigmaHQ/pySigma-backend-crowdstrike"
packages = [
{ include = "sigma" }
]
[tool.poetry.dependencies]
python = "^3.10"
pysigma = "^1.0.1"
[tool.poetry.group.dev.dependencies]
black = "^24.10.0"
pytest = "^8.3.4"
pytest-cov = "^6.0.0"
pytest-mypy = "^0.10.3"
pylint = "^3.3.2"
rope = "^1.13.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"