gitarsenal-cli 1.9.90 → 1.9.91
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.venv_status.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"created":"2025-08-
|
|
1
|
+
{"created":"2025-08-21T11:37:26.935Z","packages":["modal","gitingest","requests","anthropic"],"uv_version":"uv 0.8.4 (Homebrew 2025-07-30)"}
|
package/package.json
CHANGED
|
@@ -655,7 +655,7 @@ def create_modal_ssh_container(gpu_type, repo_url=None, repo_name=None, setup_co
|
|
|
655
655
|
)
|
|
656
656
|
.apt_install(
|
|
657
657
|
"openssh-server", "sudo", "curl", "wget", "vim", "htop", "git",
|
|
658
|
-
"python3", "python3-pip"
|
|
658
|
+
"python3", "python3-pip", "unzip", "ca-certificates"
|
|
659
659
|
)
|
|
660
660
|
)
|
|
661
661
|
|