audiveris
CI / Nix Flake Check (push) Successful in 53s
CI / Build Packages (default) (push) Successful in 50s
CI / Build Packages (example-b) (push) Successful in 45s
CI / Build Packages (example-a) (push) Successful in 46s
CI / Build Packages (pyzotero) (push) Successful in 55s
CI / Build Packages (pyzotero-cli) (push) Successful in 56s

This commit is contained in:
2026-06-14 21:22:36 +02:00
parent 7a33b2aa3e
commit dd986e9709
11 changed files with 260 additions and 87 deletions
+2 -1
View File
@@ -22,7 +22,8 @@ python3Packages.buildPythonApplication rec {
dependencies = [
pyzotero
] ++ (with python3Packages; [
]
++ (with python3Packages; [
click
pyyaml
tabulate