ansible-role-unattended-upg.../Pipfile

23 lines
497 B
TOML

# SPDX-FileCopyrightText: Helmholtz Centre for Environmental Research (UFZ)
# SPDX-FileCopyrightText: Helmholtz-Zentrum Dresden-Rossendorf (HZDR)
#
# SPDX-License-Identifier: Apache-2.0
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
yamllint = "~=1.35.1"
ansible-lint = "~=24.2.1"
molecule = "~=24.2.0"
molecule-plugins = {extras = ["podman"], version = "~=23.5.3"}
reuse = "~=3.0.2"
[packages]
ansible = "~=9.5.1"
[requires]
python_version = "3.10"