-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
57 lines (53 loc) · 1.28 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
[tool.poetry]
name = "ziacloud-ansible"
version = "1.3.2"
description = "Ansible collection for Zscaler Internet Access"
authors = ["Zscaler Technology Alliances <[email protected]>"]
license = "MIT"
keywords = ["ziacloud", "ziacloud-ansible", "zia"]
readme = "README.md"
homepage = "https://github.com/zscaler/ziacloud-ansible"
repository = "https://github.com/zscaler/ziacloud-ansible"
[tool.poetry.dependencies]
python = "^3.9"
zscaler-sdk-python = ">=0.9.2"
xmltodict = ">=0.12.0"
aiohttp = ">=3.10.5"
dpath = "^2.1.5"
pytz = ">=2024.1"
netaddr = ">=1.2.1"
pycountry = ">=23.12.11"
sphinx-ansible-theme = "^0.10.3"
python-box = "^7.2.0"
responses = ">=0.25.3"
flake8 = "*"
pydash = "*"
[tool.poetry.dev-dependencies]
black = ">=24.3.0"
pytest = "^8.2.1"
coverage = ">=4.5.4"
pylint = "2.13.*"
pytest-xdist = "*"
pytest-mock = "*"
voluptuous = "*"
yamllint = "*"
sphinx = "^7.4.7"
sphinx-rtd-theme = "*"
sphinx_ansible_theme = "*"
#ansible-doc-extractor = "*"
antsibull-docs = "^2.11.0"
antsibull-changelog = "^0.26.0"
ansible-core = "*"
ansible-lint = "*"
rstcheck = "*"
six = "*"
pycodestyle = "*"
# from requirements.txt
certifi = ">=2023.11.17"
chardet = ">=5.2.0"
idna = "3.7"
requests = ">=2.22.0"
urllib3 = ">=2.0"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"