forked from salt-extensions/saltext-azurerm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
126 lines (117 loc) · 3.05 KB
/
setup.cfg
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
[metadata]
name = saltext.azurerm
description = Salt Extension Modules for Azure Resource Manager
long_description = file: README.md
long_description_content_type = text/markdown
author = EITR Technologies, LLC
author_email = [email protected]
keywords = salt-extension, salt, azure, msazure, cloud, microsoft, azurerm
url = https://github.com/salt-extensions/saltext-azurerm
project_urls =
Source=https://github.com/salt-extensions/saltext-azurerm
Tracker=https://github.com/salt-extensions/saltext-azurerm/issues
license = Apache Software License
classifiers =
Programming Language :: Python
Programming Language :: Cython
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Development Status :: 4 - Beta
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
platforms = any
[options]
zip_safe = False
include_package_data = True
package_dir =
=src
packages = find_namespace:
python_requires = >= 3.6
setup_requires =
pyzmq==23.2.0
setuptools>=58.3.0,<67.0.0
setuptools-declarative-requirements
wheel
install_requires =
azure-batch==12.0.0
azure-common==1.1.28
azure-graphrbac==0.61.1
azure-keyvault==4.2.0
azure-identity==1.10.0
azure-core==1.24.2
azure-mgmt-authorization==2.0.0
azure-mgmt-batch==16.2.0
azure-mgmt-compute==27.1.0
azure-mgmt-dns==8.0.0
azure-mgmt-privatedns==1.0.0
azure-mgmt-keyvault==10.1.0
azure-mgmt-monitor==6.0.1
azure-mgmt-msi==6.0.1
azure-mgmt-network==20.0.0
azure-mgmt-resource==21.1.0
azure-mgmt-storage==21.0.0
azure-mgmt-subscription==3.0.0
azure-mgmt-web==6.1.0
azure-storage-blob==12.12.0
azure-storage-common==2.1.0
azure-storage-file==2.1.0
azure-storage-nspkg==3.1.0
azure-storage-queue==12.3.0
msrest==0.7.1
msrestazure==0.6.4
# Add other module install requirements above this line
[options.packages.find]
where = src
exclude =
tests
# When targetting Salt < 3003, you can remove the other 'options.entry_points' section and use this one
#[options.entry_points]
#salt.loader=
#
# states_dirs = saltext.azurerm.loader:get_states_dirs
#
# module_dirs = saltext.azurerm.loader:get_module_dirs
#
# cloud_dirs = saltext.azurerm.loader:get_cloud_dirs
#
# utils_dirs = saltext.azurerm.loader:get_utils_dirs
#
[options.entry_points]
salt.loader=
saltext.azurerm = saltext.azurerm
[options.extras_require]
tests =
mock>=3.0.5
pytest>=7.2.0
pytest-salt-factories>=1.0.0rc23
pytest-ordering
Jinja2
dev =
nox==2022.1.7
pre-commit==2.13.0
pylint<2.14.0
SaltPyLint
docs =
sphinx>=3.5.1
Jinja2
furo
sphinx-copybutton
sphinx-prompt
sphinxcontrib-spelling
importlib_metadata<=4.13.0
docsauto =
sphinx-autobuild
release =
twine
wheel
[bdist_wheel]
# Use this option if your package is pure-python
universal = 1
[build_sphinx]
source_dir = docs
build_dir = build/sphinx