Skip to content

Commit

Permalink
Add dependency packages as PEP 723 Inline script metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
zonuexe committed Nov 5, 2024
1 parent 7241afe commit 480c5bd
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions lsp_bridge.py
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
Expand Down

0 comments on commit 480c5bd

Please sign in to comment.