瀏覽代碼

make install_extras.py uv script

raylu 1 月之前
父節點
當前提交
784db77848
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      install_extras.py

+ 7 - 0
install_extras.py

@@ -1,4 +1,11 @@
 #!/usr/bin/env python3
+
+# /// script
+# dependencies = [
+#   "httpx",
+# ]
+# ///
+
 from __future__ import annotations
 
 import os