py-utils/Pipfile
Tiara Rodney ab626d5c8e
chore(test): remove redundant dependencies
dependencies for test environments are handled by tox and defined in tox.ini
2025-06-20 20:19:31 +02:00

19 lines
348 B
TOML

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