py-utils/Pipfile
2026-03-16 00:21:30 +01:00

23 lines
415 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[dev-packages]
setuptools-scm = "~=8.2.0"
build = "*"
pipenv = "*"
tox = "*"
twine = "*"
[requires]
python_version = "3"
[scripts]
"build" = "python3 -m build"
"test-static" = "tox run -m static"
"test-unit" = "tox run -m unit"
"test-integration" = "tox run -m integration"
[packages]
"byteb4rb1e.utils" = {file = ".", editable = true}