summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--run.m1.spec4
-rw-r--r--run.spec4
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=[],