diff --git a/pyproject.toml b/pyproject.toml index 22fb3396..5512c7e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,6 +51,7 @@ leiden = ["graspologic; python_version < '3.13'"] office = ["python-docx", "openpyxl"] video = ["faster-whisper", "yt-dlp"] kimi = ["openai"] +test = ["pytest>=7", "pytest-cov"] all = ["mcp", "neo4j", "pypdf", "html2text", "watchdog", "graspologic; python_version < '3.13'", "python-docx", "openpyxl", "faster-whisper", "yt-dlp", "matplotlib", "openai"] [project.scripts]