From 06368d7109e17db411faebd69bb280b43a186ac4 Mon Sep 17 00:00:00 2001 From: Jacob Oursland Date: Thu, 3 Jul 2025 14:44:18 -0700 Subject: [PATCH] pixi: Add freecad-stubs for python autocompletion. --- pixi.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pixi.toml b/pixi.toml index 14550deba1..f36510890c 100644 --- a/pixi.toml +++ b/pixi.toml @@ -145,6 +145,9 @@ sed = "*" [target.win-64.dependencies] pthreads-win32 = "*" +[pypi-dependencies] +freecad-stubs = "*" + ## Qt 6 Configuration Presets [target.linux-64.tasks] configure = { cmd = [ "cmake", "-B", "build", "--preset", "conda-linux-debug", "-DBUILD_REVERSEENGINEERING=OFF" ], depends-on = ["initialize"], env={ CFLAGS="", CXXFLAGS="", DEBUG_CFLAGS="", DEBUG_CXXFLAGS="" }}