diff options
-rw-r--r-- | run.m1.spec | 4 | ||||
-rw-r--r-- | 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=[], @@ -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=[], |