diff options
Diffstat (limited to 'run.spec')
-rw-r--r-- | run.spec | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,8 +12,8 @@ a = Analysis( datas=[ ('continuedev', 'continuedev'), (certifi.where(), 'ca_bundle') - ] + copy_metadata('replicate'), - hiddenimports=['anthropic', 'github', 'ripgrepy', 'bs4', 'redbaron', 'replicate'], + ], + hiddenimports=['anthropic', 'github', 'ripgrepy', 'bs4', 'redbaron', 'python-lsp-server', 'replicate'] + copy_metadata('replicate'), hookspath=[], hooksconfig={}, runtime_hooks=[], |