forked from splunk/attack_range
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
40 lines (36 loc) · 956 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
[tool.poetry]
name = "attack-range"
version = "3.1.0"
description = ""
authors = ["P4T12ICK <[email protected]>"]
[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"
# Fix issue with docutils ".post1" release
# https://github.com/python-poetry/poetry/issues/9293#issuecomment-2048205226
gitpython = "^3.1.43"
[[tool.poetry.source]]
name = "pypi-public"
url = "https://pypi.org/simple/"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"