2024-07-15 11:52:25 +03:00
|
|
|
# Copyright (c) Microsoft Corporation.
|
|
|
|
# Licensed under the MIT License.
|
|
|
|
|
2021-02-11 15:37:24 +03:00
|
|
|
[build-system]
|
|
|
|
requires = [
|
|
|
|
"setuptools>=42",
|
|
|
|
"wheel",
|
|
|
|
"msrest>=0.5.0",
|
|
|
|
"msrestazure>=0.4.32,<2.0.0",
|
|
|
|
"azure-common~=1.1",
|
|
|
|
]
|
2024-07-15 11:52:25 +03:00
|
|
|
build-backend = "setuptools.build_meta"
|