Browse Source

make install_extras.py uv script

raylu 3 tháng trước cách đây
mục cha
commit
784db77848
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  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