Add NodeGraphQt to base dependencies

The flow graph widget in the GUI requires NodeGraphQt, but it wasn't
in the base dependencies. This caused import errors when running the
GUI from a fresh venv.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
rob 2026-01-18 01:33:06 -04:00
parent f442759344
commit cf82baef1d
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ dependencies = [
"PyYAML>=6.0",
"requests>=2.28",
"PySide6>=6.5",
"NodeGraphQt>=0.6.0",
]
[project.optional-dependencies]