Browse Source

make install_extras.py uv script

raylu 1 month ago
parent
commit
784db77848
1 changed files with 7 additions and 0 deletions
  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