diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2023-10-19 00:23:58 -0700 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2023-10-19 00:23:58 -0700 |
commit | ceac441066d178352352461b141f03b7b5067d88 (patch) | |
tree | 66046ff4212d7002ad346bf9ae9b070a92c638e8 /run.spec | |
parent | 7f487f3bde49398f52595f3e062a329dae898039 (diff) | |
download | sncontinue-ceac441066d178352352461b141f03b7b5067d88.tar.gz sncontinue-ceac441066d178352352461b141f03b7b5067d88.tar.bz2 sncontinue-ceac441066d178352352461b141f03b7b5067d88.zip |
cleanup speccleanup
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=[ ('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=[], |