mirror of
https://github.com/MAGICGrants/truenas-apps.git
synced 2026-01-08 04:03:51 -05:00
23 lines
567 B
JSON
23 lines
567 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.13.7/.schema/devbox.schema.json",
|
|
"packages": [
|
|
"python@3.11",
|
|
"python3Packages.pyyaml",
|
|
"python3Packages.pytest",
|
|
"python3Packages.pytest-cov",
|
|
"python3Packages.bcrypt",
|
|
"python3Packages.pydantic"
|
|
],
|
|
"shell": {
|
|
"init_hook": [],
|
|
"scripts": {
|
|
"ports": ["python3 ./.github/scripts/port_validation.py"],
|
|
"lib-test": [
|
|
"pytest library/",
|
|
"rm -r library/**/__pycache__",
|
|
"rm -r library/**/tests/__pycache__"
|
|
]
|
|
}
|
|
}
|
|
}
|