From ceac441066d178352352461b141f03b7b5067d88 Mon Sep 17 00:00:00 2001 From: Tuowen Zhao Date: Thu, 19 Oct 2023 00:23:58 -0700 Subject: cleanup spec --- run.m1.spec | 4 ++-- run.spec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/run.m1.spec b/run.m1.spec index a1aa6161..a4e68872 100644 --- a/run.m1.spec +++ b/run.m1.spec @@ -12,8 +12,8 @@ a = Analysis( datas=[ ('server/continuedev', 'continuedev'), (certifi.where(), 'ca_bundle'), - ] + copy_metadata('replicate'), - hiddenimports=['anthropic', 'github', 'ripgrepy', 'bs4', 'redbaron'], + ], + hiddenimports=['github', 'ripgrepy', 'bs4', 'redbaron'], hookspath=[], hooksconfig={}, runtime_hooks=[], diff --git a/run.spec b/run.spec index c50c80b0..c3991676 100644 --- a/run.spec +++ b/run.spec @@ -12,8 +12,8 @@ a = Analysis( datas=[ ('server/continuedev', 'continuedev'), (certifi.where(), 'ca_bundle') - ] + copy_metadata('replicate'), - hiddenimports=['anthropic', 'github', 'ripgrepy', 'bs4', 'redbaron'], + ], + hiddenimports=['github', 'ripgrepy', 'bs4', 'redbaron'], hookspath=[], hooksconfig={}, runtime_hooks=[], -- cgit v1.2.3-70-g09d2