зеркало из https://github.com/microsoft/lisa.git
73 строки
1.7 KiB
TOML
73 строки
1.7 KiB
TOML
[tool.poetry]
|
|
name = "LISA"
|
|
version = "3.0.0.dev1"
|
|
description = "Linux Integration Services Automation"
|
|
authors = ["contributors <https://github.com/microsoft/lisa/graphs/contributors>"]
|
|
license = "MIT"
|
|
|
|
[tool.poetry.dependencies]
|
|
PyGObject = {version = "^3.38.0", platform = 'linux'}
|
|
PyYAML = "^5.4.1"
|
|
assertpy = "^1.1"
|
|
azure-identity = "^1.5.0"
|
|
azure-storage-blob = "^12.8.0"
|
|
azure-mgmt-compute = "^21.0.0"
|
|
azure-mgmt-marketplaceordering = "^1.1.0"
|
|
azure-mgmt-network = "^18.0.0"
|
|
azure-mgmt-resource = "^16.0.0"
|
|
azure-mgmt-storage = "^17.0.0"
|
|
dataclasses-json = "^0.5.2"
|
|
func-timeout = "^4.3.5"
|
|
paramiko = "^2.7.2"
|
|
pluggy = "^0.13.1"
|
|
pypiwin32 = {version = "^223", platform = "win32"}
|
|
pytest-html = "^3.1.1"
|
|
python = "^3.8"
|
|
python-dateutil = "^2.8.1"
|
|
retry = "^0.9.2"
|
|
spurplus = "^2.3.4"
|
|
semver = "^2.13.0"
|
|
pep8-naming = "^0.12.0"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
black = "^21.7b0"
|
|
coverage = "^5.3"
|
|
flake8 = "^3.9.2"
|
|
flake8-black = "^0.2.1"
|
|
flake8-bugbear = "^21.3.2"
|
|
flake8-isort = "^4.0.0"
|
|
isort = "^5.8.0"
|
|
mypy = "^0.910"
|
|
pyls-black = "^0.4.6"
|
|
pyls-isort = "^0.2.0"
|
|
pyls-mypy = "^0.1.8"
|
|
rope = "^0.18.0"
|
|
Sphinx = "^4.1.0"
|
|
sphinx-argparse = "^0.2.5"
|
|
sphinx-rtd-theme = "^0.5.2"
|
|
sphinxemoji = "^0.1.8"
|
|
sphinx-copybutton = "^0.4.0"
|
|
types-retry = "^0.1.3"
|
|
types-paramiko = "^0.1.7"
|
|
types-requests = "^2.25.0"
|
|
types-python-dateutil = "^0.1.4"
|
|
types-PyYAML = "^5.4.3"
|
|
rstcheck = "^3.3.1"
|
|
snooty-lextudio = "^1.9.2-alpha.0"
|
|
|
|
[tool.black]
|
|
line-length = 88
|
|
target-version = ['py38']
|
|
|
|
[tool.isort]
|
|
multi_line_output = 3
|
|
include_trailing_comma = true
|
|
force_grid_wrap = 0
|
|
use_parentheses = true
|
|
ensure_newline_before_comments = true
|
|
line_length = 88
|
|
|
|
[build-system]
|
|
requires = ["poetry>=0.12"]
|
|
build-backend = "poetry.masonry.api"
|