diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-08-08 19:01:30 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-08-08 19:01:30 -0700 |
commit | b75555f106be3c7612e7c31818ff674485096e4f (patch) | |
tree | 0537c2fcbecf114072b70e5908e5af49753c5774 /run.spec | |
parent | 809b15e947b48cb563b417188fee5cc47730c084 (diff) | |
download | sncontinue-b75555f106be3c7612e7c31818ff674485096e4f.tar.gz sncontinue-b75555f106be3c7612e7c31818ff674485096e4f.tar.bz2 sncontinue-b75555f106be3c7612e7c31818ff674485096e4f.zip |
fix: :heavy_plus_sign: hidden import for replicate
Diffstat (limited to 'run.spec')
-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=[], |