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

[dev-packages]
black = "~=24.3"
Cheroot = "*"  # "~=8.5"
cx_Freeze = {version = "*", markers="sys_platform == 'win32'"}
isort = "*"
mypy = "*"
Paste = "*"  # "~=2.0"
pylint = "*"
pytest = "*"  # "~=7.3"
pytest-cov = "*"  # "~=4.0"
pytest-html = "*"
python-pam = "*"  # "~=1.8"
pywin32 = {version = "*", markers="sys_platform == 'win32'"}
recommonmark = "*"
requests = "*"
# rope = "*"
ruff = "*"
setuptools = "*"
# Sphinx = "*"
# sphinx_rtd_theme = "*"
stressor = "*"
tox = "*"  # "~=3.13"
twine = "*"
WebTest = "*"  # "~=2.0"
wheel = "*"
# wsgidav = {editable = true, path = "."}
safety = "*"
yabs = "*"

[packages]
defusedxml = "*"  # "~=0.7"
Jinja2 = "*"  # "~=2.10"
PyYAML = "*"  # "~=5.1"
json5 = "*"

[requires]
# cx_Freeze 6.x does not yet support Pathon 3.12
python_version = "3.12"

[pipenv]
# allow_prereleases = true
