[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[packages]

[dev-packages]
pytest = ">=7.3.1,<7.4.0"
pytest-cov = ">=4.0.0,<4.1.0"
pytest-randomly = ">=3.12.0,<3.13.0"
pytest-lazy-fixture = "<0.7.0,>=0.6.3"
tox = "<4.6.0,>=4.5.1"
ipython = ">=8.13.2,<8.14.0"
codecov = ">=2.1.13,<2.2.0"
black = "<23.4.0,>=23.3.0"
mypy = ">=1.3.0,<1.4.0"
flake8 = ">=6.0.0,<6.1.0"
flake8-docstrings = "<1.8.0,>=1.7.0"
mkdocs = ">=1.4.3,<1.5.0"
markdown-include = ">=0.8.1,<0.9.0"
isort = "<5.13.0,>=5.12.0"
mistune = "<2.1.0,>=2.0.5"
mkdocs-material = ">=9.1.12,<9.2.0"
types-click = ">=7.1.8,<7.2.0"
vulture = "<2.8,>=2.7"
flake8-bugbear = "<23.6.0,>=23.5.9"
pymdown-extensions = ">=10.0,<10.1"
flake8-isort = ">=6.0.0,<6.1.0"
safety = "<2.4.0,>=2.3.4"
bandit = ">=1.7.5,<1.8.0"

[requires]
python_version = "3.10"
