-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
36 lines (33 loc) · 817 Bytes
/
pyproject.toml
File metadata and controls
36 lines (33 loc) · 817 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 = "samples"
version = "0.1.0"
description = ""
authors = ["Ron Truex <tikicoder@gmail.com>"]
[tool.poetry.dependencies]
python = ">=3.8,<4.0"
asyncio = "^3.4.3"
tqdm = "^4.63.0"
python-dateutil = "^2.8.2"
diagrams = "^0.21.1"
openpyxl = "^3.0.9"
pycryptodomex = "^3.14.1"
requests = "^2.27.1"
boto3 = "^1.21.41"
botocore = "^1.24.41"
azure-cli-core = "^2.34.1"
azure-identity = "^1.8.0"
azure-mgmt-subscription = "^3.0.0"
azure-mgmt-managementgroups = "^1.0.0"
azure-mgmt-resourcegraph = "^8.0.0"
azure-cli = "^2.34.1"
azure-core = "^1.23.0"
azure-common = "^1.1.28"
hvac = "^1.0.2"
polling2 = "^0.5.0"
cryptography = "^38.0.3"
typing-extensions = "^4.4.0"
[tool.poetry.dev-dependencies]
pytest = "^5.2"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"