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.m1.spec | |
parent | 7f487f3bde49398f52595f3e062a329dae898039 (diff) | |
download | sncontinue-cleanup.tar.gz sncontinue-cleanup.tar.bz2 sncontinue-cleanup.zip |
cleanup speccleanup
Diffstat (limited to 'run.m1.spec')
-rw-r--r-- | run.m1.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/run.m1.spec b/run.m1.spec index a1aa6161..a4e68872 100644 --- a/run.m1.spec +++ b/run.m1.spec @@ -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=[], |