-
Notifications
You must be signed in to change notification settings - Fork 110
/
pyproject.toml
48 lines (41 loc) · 979 Bytes
/
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
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
[tool.poetry]
name = "splunk-connect-for-syslog"
version = "3.33.1"
description = ""
authors = ["rjha-splunk <rjha@splunk.com>"]
license = "Apache-2.0"
[tool.poetry.dependencies]
python = "^3.9"
Jinja2 = "^3.1.3"
requests = "^2.28.1"
shortuuid = "^1.0.11"
pyyaml = "6.0.2"
setuptools = "^73.0.1"
restricted-sqlitedict = "^1.0.0"
[tool.poetry.group.dev.dependencies]
pytest = "^8.0.0"
pytest-xdist = "^3.0.0"
jinja2-time = "^0.2.0"
splunk-sdk = "^2.0.0"
flake8 = "^7.0.0"
pytz = "^2022.4"
flaky = "^3.7.0"
lovely-pytest-docker = "^1.0.0"
pathlib2 = "^2.3.7"
requests = "^2.28.1"
junit-xml = "^1.9"
mkdocs = "^1.4.0"
mkdocs-material = "^9.0.0"
mike = "^2.0.0"
pre-commit = "^4.0.0"
typing-extensions = "*"
mkdocs-include-dir-to-nav = "^1.2.0"
black = "^24.0.0"
[tool.pytest.ini_options]
markers = [
"lite: test for lite version without addons",
"addons: tests for addons",
]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"