We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa57807 commit d2afb0fCopy full SHA for d2afb0f
ext/pip.ts
@@ -5,9 +5,9 @@ import { join } from "jsr:@std/path@^1/join";
5
import { ensureDir } from "jsr:@std/fs@^1/ensure-dir";
6
import { green, yellow } from "jsr:@std/fmt@^1/colors";
7
8
-import type { CacheLocation } from "jsr:@denosaurs/plug@^1/types";
9
-import { ensureCacheLocation } from "jsr:@denosaurs/plug@^1/download";
10
-import { hash } from "jsr:@denosaurs/plug@^1/util";
+import type { CacheLocation } from "jsr:@denosaurs/plug@1.1.0/types";
+import { ensureCacheLocation } from "jsr:@denosaurs/plug@1.1.0/download";
+import { hash } from "jsr:@denosaurs/plug@1.1.0/util";
11
12
const sys = python.import("sys");
13
const runpy = python.import("runpy");
0 commit comments