diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-08-23 11:09:59 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-08-23 11:09:59 -0700 |
commit | d9349804cd97c5e4b449057a16cf5a2dced22e90 (patch) | |
tree | c50a576e7ae674eb60fe179702d74ac2bdfac9a9 /run.spec | |
parent | d488a1ae93ce0cced49139a9e92ba771e8e07520 (diff) | |
download | sncontinue-d9349804cd97c5e4b449057a16cf5a2dced22e90.tar.gz sncontinue-d9349804cd97c5e4b449057a16cf5a2dced22e90.tar.bz2 sncontinue-d9349804cd97c5e4b449057a16cf5a2dced22e90.zip |
continue.log artifact, add redbaron hidden import
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', 'redbaron'], hookspath=[], hooksconfig={}, runtime_hooks=[], |