bugzilla/Pipfile
Tiara Rodney 883f31932e
init
2026-03-14 05:38:45 +01:00

16 lines
539 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
ansible = "*"
"byteb4rb1e.utils" = {file = "../../byteb4rb1e/sphinx-courseware/sphinxcontrib.h5p.utils.pkg/vendor/py-utils.git"}
"byteb4rb1e.devutils" = {file = "../../byteb4rb1e/devutils"}
[dev-packages]
"byteb4rb1e.utils" = {file = "../../byteb4rb1e/sphinx-courseware/sphinxcontrib.h5p.utils.pkg/vendor/py-utils.git", editable = true}
"byteb4rb1e.devutils" = {file = "../../byteb4rb1e/devutils", editable = true}
[requires]
python_version = "3.13"