From 480c5bd3ba6bcf6c3c31dce5f52077e9a60fd320 Mon Sep 17 00:00:00 2001 From: USAMI Kenta Date: Wed, 6 Nov 2024 02:53:04 +0900 Subject: [PATCH] Add dependency packages as PEP 723 Inline script metadata https://peps.python.org/pep-0723/ --- lsp_bridge.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/lsp_bridge.py b/lsp_bridge.py index 68e14ae286..69ceb6291d 100755 --- a/lsp_bridge.py +++ b/lsp_bridge.py @@ -1,6 +1,19 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- +# /// script +# dependencies = [ +# "epc", +# "orjson", +# "sexpdata", +# "six", +# "setuptools", +# "paramiko", +# "rapidfuzz", +# "watchdog", +# ] +# /// + # Copyright (C) 2022 Andy Stewart # # Author: Andy Stewart