argumentaire-IA/devbox.json
Pascal Le Merrer 980d1fb34d
Some checks failed
Documentation / deploy (push) Has been cancelled
Passage à Zensical
2026-07-08 15:27:16 +02:00

15 lines
349 B
JSON

{
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.17.5/.schema/devbox.schema.json",
"packages": [
"python@3.14",
"python314Packages.pip@latest"
],
"shell": {
"init_hook": ". $VENV_DIR/bin/activate.fish",
"scripts": {
"test": [
"echo \"Error: no test specified\" && exit 1"
]
}
}
}