diff options
-rw-r--r-- | run.spec | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ a = Analysis( ('continuedev', 'continuedev'), (certifi.where(), 'ca_bundle') ], - hiddenimports=['anthropic', 'github', 'ripgrepy', 'bs4'], + hiddenimports=['anthropic', 'github', 'ripgrepy', 'bs4', 'replicate'], hookspath=[], hooksconfig={}, runtime_hooks=[], |