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

[packages]
lark = ">=1.1.5,<1.2.0"
click = ">=8.1.3,<9.0.0"

[dev-packages]
pytest = "*"
pytest-cov = "*"
pytest-randomly = "*"
pytest-lazy-fixtures = "*"
tox = "*"
ipython = "*"
codecov = "*"
black = "*"
mypy = "*"
flake8 = "*"
flake8-docstrings = "*"
mkdocs = "*"
markdown-include = "*"
isort = "*"
mistune = "*"
mkdocs-material = "*"
types-click = "*"
vulture = "*"
flake8-bugbear = "*"
pymdown-extensions = "*"
flake8-isort = "*"
safety = "*"
bandit = "*"

[requires]
python_version = "3.12"
