
[all]
psutil
pytest>=7.0.0
pytest-cov>=4.0.0
black
flake8
mypy
isort

[all:platform_system == "Windows"]
pywin32

[dev]
pytest>=7.0.0
pytest-cov>=4.0.0
black
flake8
mypy
isort

[full]
psutil

[full:platform_system == "Windows"]
pywin32

[test]
pytest>=7.0.0
pytest-cov>=4.0.0
