Vocalizr / devbox.json
MH0386's picture
Update devbox.json
02a3cbd verified
raw
history blame
402 Bytes
{
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.14.2/.schema/devbox.schema.json",
"packages": [
"[email protected]",
"ffmpeg@latest",
"espeak-ng@latest"
],
"shell": {
"init_hook": [
". $VENV_DIR/bin/activate",
"pip install --no-cache-dir -r requirements.txt"
],
"scripts": {
"vocalizr": [
"python src/vocalizr"
]
}
}
}