add a devbox.json to convenientally run this

see https://github.com/jetpack-io/devbox
This commit is contained in:
Greg Weber
2022-08-29 11:29:01 -05:00
committed by Roland Kurmann
parent 7a8ba31947
commit 4107de019e
3 changed files with 31 additions and 13 deletions

7
devbox.json Normal file
View File

@@ -0,0 +1,7 @@
{
"packages": [
"python310",
"python310Packages.protobuf",
"python310Packages.qrcode"
]
}