forked from center-for-threat-informed-defense/attack-sync
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
37 lines (32 loc) · 760 Bytes
/
pyproject.toml
File metadata and controls
37 lines (32 loc) · 760 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
37
[tool.poetry]
name = "attack-sync"
version = "0.1.0"
description = ""
authors = ["Center for Threat-Informed Defense <ctid@mitre-engenuity.org>"]
license = "Apache"
readme = "README.md"
[tool.poetry.scripts]
build-attack-sync = "attack_sync.site_builder:main"
[tool.poetry.dependencies]
python = "^3.10"
openpyxl = "^3.1.2"
[tool.poetry.group.dev.dependencies]
black = "^23.3.0"
isort = "^5.12.0"
markdown = "^3.4.3"
loguru = "^0.7.0"
requests = "^2.28.2"
deepdiff = "^6.3.0"
python-dateutil = "^2.8.2"
jinja2 = "^3.1.2"
rich = "^13.3.4"
stix2 = "^3.0.1"
tqdm = "^4.65.0"
mitreattack-python = "^3.0.4"
mypy = "^1.2.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.isort]
profile = "black"
skip_gitignore = true