-
Notifications
You must be signed in to change notification settings - Fork 141
/
Copy pathpyproject.toml
75 lines (73 loc) · 2.08 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
[tool.poetry]
name = "py3-tools-deb"
version = "0.1.0"
description = ""
authors = ["Judah Schwartz <[email protected]>"]
readme = "README.md"
[tool.poetry.dependencies]
psutil = "~=5.9.8"
ansible-runner = "~=2.4.0"
paramiko = "~=2.12.0"
ansible = "*"
ssh-agent-setup = "~=1.0.1"
pywinrm = "~=0.5.0"
hcloud = "*"
pyvmomi = "~=8.0.3"
openshift = "~=0.13.1"
kubernetes = "~=30.1.0"
dnspython = "~=2.6.1"
footmark = "~=1.20.0"
msgraph-sdk = "==1.5.4"
azure-cli-core = "==2.64.0"
azure-cli-nspkg = "==3.0.2"
azure-common = "==1.1.28"
azure-identity = "==1.16.1"
azure-mgmt-apimanagement = "==0.2.0"
azure-mgmt-authorization = "==0.51.1"
azure-mgmt-batch = "==18.0.0"
azure-mgmt-cdn = "==3.0.0"
azure-mgmt-compute = "==10.0.0"
azure-mgmt-containerinstance = "==1.4.0"
azure-mgmt-containerregistry = "==2.8.0"
azure-mgmt-containerservice = "==32.0.0"
azure-mgmt-dns = "==2.1.0"
azure-mgmt-datafactory = "==2.0.0"
azure-mgmt-keyvault = "==1.1.0"
azure-mgmt-marketplaceordering = "==0.1.0"
azure-mgmt-monitor = "==3.0.0"
azure-mgmt-managedservices = "==1.0.0"
azure-mgmt-managementgroups = "==0.2.0"
azure-mgmt-network = "==26.0.0"
azure-mgmt-nspkg = "==2.0.0"
azure-mgmt-privatedns = "==0.1.0"
azure-mgmt-redis = "==14.4.0"
azure-mgmt-resource = "==10.2.0"
azure-mgmt-rdbms = "==10.2.0b18"
azure-mgmt-search = "==3.0.0"
azure-mgmt-servicebus = "==8.1.0"
azure-mgmt-sql = "==3.0.1"
azure-mgmt-storage = "==21.2.1"
azure-mgmt-trafficmanager = "==0.51.0"
azure-mgmt-web = "==0.41.0"
azure-nspkg = "==2.0.0"
azure-storage = "==0.35.1"
msrest = "==0.6.21"
msrestazure = "==0.6.4.post1"
azure-keyvault = "==1.0.0a1"
azure-graphrbac = "==0.61.1"
azure-mgmt-cosmosdb = "==9.5.1"
azure-mgmt-hdinsight = "==9.0.0"
azure-mgmt-devtestlabs = "==3.0.0"
azure-mgmt-loganalytics = "==1.0.0"
azure-mgmt-automation = "==0.1.1"
azure-mgmt-iothub = "==0.7.0"
azure-mgmt-recoveryservices = "==3.0.0"
azure-mgmt-recoveryservicesbackup = "==0.15.0"
azure-mgmt-eventhub = "==2.0.0"
azure-mgmt-notificationhubs = "==7.0.0"
requests-ntlm = "~=1.3.0"
PyYAML = "*"
python = "~3.11"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"