forked from splunk/attack_range
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
33 lines (30 loc) · 735 Bytes
/
pyproject.toml
File metadata and controls
33 lines (30 loc) · 735 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
[tool.poetry]
name = "attack-range"
version = "3.0.0"
description = ""
authors = ["P4T12ICK <pbareiss@splunk.com>"]
[tool.poetry.dependencies]
python = "^3.8"
ansible = "^5.6.0"
pywinrm = "^0.4.2"
PyYAML = "^6.0"
colorama = "^0.4.4"
python-terraform = "^0.10.1"
tabulate = "^0.8.9"
boto3 = "^1.22.6"
atomic-operator = "^0.8.5"
ansible-runner = "^2.2.0"
azure-mgmt-resource = "^21.1.0"
azure-mgmt-network = "^19.3.0"
azure-mgmt-compute = "^26.1.0"
azure-identity = "^1.10.0"
splunk-sdk = "^1.6.19"
urllib3 = "^1.26.9"
pycryptodome = "^3.14.1"
questionary = "^1.10.0"
Jinja2 = "^3.1.2"
python-vagrant = "^1.0.0"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"