From bdc9ebbad1108953009ca9a105227177a8351477 Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Sun, 22 Feb 2026 18:18:20 +0100 Subject: [PATCH] include in-line imports for uv Commented out dependency list in main.py --- v3/server/main.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/v3/server/main.py b/v3/server/main.py index 3656fed..a55d151 100755 --- a/v3/server/main.py +++ b/v3/server/main.py @@ -16,6 +16,16 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. +# /// script +# dependencies = [ +# "asfpy>=0.56", +# "asfquart>=0.1.12", +# "ezt>=1.1", +# "easydict>=1.13", +# "cryptography>=46.0.5,<47", +# "argon2-cffi>=25.1.0,<26", +# ] +# /// import sys import logging