From 39a063bc83b7b4d9f1e699e75f93ba54f18cfe9d Mon Sep 17 00:00:00 2001 From: jack-melchert <56329001+jack-melchert@users.noreply.github.com> Date: Fri, 1 Nov 2024 09:05:01 -0700 Subject: [PATCH] Update deps.py --- aha/util/deps.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aha/util/deps.py b/aha/util/deps.py index 91a1de46..c133a203 100644 --- a/aha/util/deps.py +++ b/aha/util/deps.py @@ -35,6 +35,7 @@ def install(package): # TODO: only install these if they're not present in `pip list` modules = { + "APEX": "APEX", "archipelago": "archipelago", "ast_tools": "ast_tools", "buffer-mapping": "BufferMapping",