forked from SigmaHQ/pySigma-backend-elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
23 lines (20 loc) · 1.25 KB
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[tool.poetry]
name = "pySigma-backend-elasticsearch"
version = "0.1.0"
description = "(OrderedDict([('target_name', 'Elasticsearch'), ('backend_package_name', 'elasticsearch'), ('backend_name', 'Elasticsearch'), ('backend_class_name', 'ElasticsearchBackend'), ('package_type', 'backend'), ('package_name', 'pySigma-backend-elasticsearch'), ('package_description', 'pySigma Elasticsearch backend'), ('author', 'Thomas Patzke'), ('email', '[email protected]'), ('license', 'LGPL-3.0-only'), ('github_account', 'SigmaHQ'), ('test_badge', 'True'), ('coverage_badge', 'True'), ('coverage_gist', '3c445ef26310e9f2d2ca09c697db1c71'), ('status_badge', 'True'), ('status', 'pre--release-orange'), ('additional_output_formats', 'True'), ('output_formats', 'kibana'), ('_template', 'https://github.com/SigmaHQ/cookiecutter-pySigma-backend')]), Undefined)"
authors = ["Thomas Patzke <[email protected]>"]
license = "LGPL-3.0-only"
repository = "https://github.com/SigmaHQ/pySigma-backend-elasticsearch"
packages = [
{ include = "sigma" }
]
[tool.poetry.dependencies]
python = "^3.8"
pysigma = "^0.6.2"
[tool.poetry.dev-dependencies]
pytest = "^7.1.2"
pytest-cov = "^3.0.0"
coverage = "^6.4.1"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"