From 1461c2552a5bd200ae78b8a01cdffeb7971c4285 Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Sun, 14 Jun 2026 13:48:17 -0400 Subject: [PATCH] removed van-inventory from pyproject.toml --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index eb454e1..8903e6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,6 @@ dependencies = [ [project.scripts] database = "python.database_cli:app" -van-inventory = "python.van_inventory.main:serve" whisper-transcribe = "python.tools.whisper.transcribe:main" [dependency-groups]