From e18cb7b96306e080598f0373a5a5a4c5acbaf8d0 Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Sat, 19 Sep 2026 21:08:15 -0400 Subject: [PATCH] chore: drop Python dependency declarations --- pyproject.toml | 43 ------------------------------------------- 1 file changed, 43 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 452aed4..e9bbc4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,49 +6,6 @@ authors = [{ name = "Richie Cahill", email = "richie@tmmworkshop.com" }] requires-python = "~=3.14.0" readme = "README.md" license = "MIT" -# these dependencies are a best effort and aren't guaranteed to work -# for up-to-date dependencies, see overlays/default.nix -dependencies = [ - "alembic", - "apprise", - "beautifulsoup4", - "bm25s", - "ebooklib", - "fastapi", - "fastapi-cli", - "httpx", - "jinja2", - "pgvector", - "psycopg[binary]", - "pydantic", - "pydantic-settings", - "python-multipart", - "sqlalchemy[asyncio]", - "tenacity", - "tiktoken", - "tinytuya", - "typer", - "uvicorn", - "websockets", - "yake", -] - -[project.scripts] -database = "python.database_cli:app" -whisper-transcribe = "python.tools.whisper.transcribe:main" - -[dependency-groups] -dev = [ - "aiosqlite", - "mypy", - "pyfakefs", - "pytest-asyncio", - "pytest-cov", - "pytest-mock", - "pytest-xdist", - "pytest", - "ruff", -] [tool.ruff]