docker~=7.1
DotMap~=1.3
GitPython~=3.1
kubernetes~=36.0
requests~=2.34
PyYAML~=6.0

[:platform_machine not in "aarch64 aarch64_be armv6l armv7l armv8b armv8l"]
PyQt5~=5.15

[:platform_machine not in "aarch64"]
google-api-core

[:platform_machine not in "armv6l armv7l armv8b armv8l"]
psutil~=7.2

[:sys_platform == "win32"]
pywin32-stubs
WMI~=1.5

[dev]
bumpver
vjer

[doc]
Sphinx<10,>=9.1
sphinx-rtd-theme>=3.1
sphinxcontrib-applehelp>=2.0
sphinxcontrib-devhelp>=2.0
sphinxcontrib-htmlhelp>=2.1
sphinxcontrib-jsmath>=1.0
sphinxcontrib-qthelp>=2.0
sphinxcontrib-serializinghtml>=2.0

[test]
flake8
flake8-annotations
flake8-pyproject
mypy
pylint
PyQt5-stubs
types-python-dateutil
types-PyYAML
types-psutil
types-requests
unittest-xml-reporting

[test:sys_platform == "win32"]
types-pywin32
