forked from splunk/contentctl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
36 lines (32 loc) · 797 Bytes
/
pyproject.toml
File metadata and controls
36 lines (32 loc) · 797 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
28
29
30
31
32
33
34
35
36
[tool.poetry]
name = "contentctl"
version = "2.0.1"
description = "Splunk Content Control Tool"
authors = ["STRT <research@splunk.com>"]
license = "Apache 2.0"
readme = "README.md"
[tool.poetry.scripts]
contentctl = 'contentctl.contentctl:main'
[tool.poetry.dependencies]
python = "^3.9"
pydantic = "^1.10.11"
PyYAML = "^6.0"
requests = "^2.28.1"
pycvesearch = "^1.2"
xmltodict = "^0.13.0"
attackcti = "^0.3.7"
Jinja2 = "^3.1.2"
questionary = "^1.10.0"
gitpython = "^3.1.29"
docker = "^6.0.1"
splunk-sdk = "^1.7.2"
validators = "^0.20.0"
semantic-version = "^2.10.0"
bottle = "^0.12.23"
tqdm = "^4.65.0"
#splunk-appinspect = "^2.36.0"
splunk-packaging-toolkit = "^1.0.1"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"