mirror of
https://github.com/safishamsi/graphify.git
synced 2026-07-14 03:17:28 +00:00
build: add [test] extras for pytest+pytest-cov
Defines a `test` optional-dependencies group so CI can install dev tooling via `pip install -e ".[all,test]"` instead of an ad-hoc `pip install pytest` sidecar. Kept out of `[all]` deliberately — `[all]` is runtime extras only.
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user