forked from johnewart/splunk-add-on-for-ucc-example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
34 lines (31 loc) · 798 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
[tool.poetry]
name = "splunk-add-on-for-ucc-example"
version = "0.1.0"
description = ""
authors = ["Splunk Inc, <[email protected]>"]
license = "Splunk-1-2020"
[tool.poetry.dependencies]
python = "^3.7"
splunktaucclib = "5.0.3"
[tool.poetry.dev-dependencies]
splunk-add-on-ucc-framework = "5.8.2"
lovely-pytest-docker = "^0.2.1"
reuse = "^0.13.0"
pytest = "^6.2.4"
pytest-xdist = "^2.3.0"
pytest-ordering = "^0.6"
pytest-splunk-addon = "1.7.2"
pytest-expect = "^1.1.0"
pytest-splunk-addon-ui-smartx = "2.0.9"
pytest-rerunfailures = "^10.1"
mock = "^4.0.3"
requests = "^2.26.0"
u-msgpack-python = "^2.7.1"
coverage = "^5.5"
splunk-sdk = "^1.6.16"
six = "*"
future = "*"
splunk-packaging-toolkit = "^1.0.1"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"