
[all]
pycodestyle
pytest-cov
pytest>=6.2.2

[all:python_version < "3.9"]
importlib_resources

[test]
pycodestyle
pytest-cov
pytest>=6.2.2

[test:python_version < "3.9"]
importlib_resources
