
[:python_version < "3.9"]
backports.zoneinfo

[:sys_platform == "win32"]
tzdata

[dev]
pytest>=6.0
pytest-cov>=2.0
black>=22.0
flake8>=4.0
mypy>=0.900
isort>=5.0
bandit>=1.7
safety>=2.0

[docs]
sphinx>=4.0
sphinx-rtd-theme>=1.0
sphinx-autodoc-typehints>=1.0

[test]
pytest>=6.0
pytest-cov>=2.0
pytest-benchmark>=3.0
