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