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

[packages]
xmltodict = "==0.12.0"
requests = "==2.22.0"

[dev-packages]
black = "==21.5b0"
isort = "==5.8.0"
ansible = "*"
pytest = "*"
coverage = "==4.5.4"
flake8 = "*"
pytest-xdist = "*"
pytest-mock = "*"
pylint = "*"
voluptuous = "*"
importlib-metadata = "*"
dataclasses = "*"
yamllint = "*"
six = "*"
ansible-lint = "*"
sphinx = "~=3.5.4"
sphinx-book-theme = "*"
ansible-doc-extractor = {git = "https://github.com/mrichardson03/ansible-doc-extractor"}
rstcheck = "*"

[requires]
python_version = "3.8"

[pipenv]
allow_prereleases = true
