diff --git a/src/auto_archiver/modules/antibot_extractor_enricher/__manifest__.py b/src/auto_archiver/modules/antibot_extractor_enricher/__manifest__.py index a550b62..22a5aea 100644 --- a/src/auto_archiver/modules/antibot_extractor_enricher/__manifest__.py +++ b/src/auto_archiver/modules/antibot_extractor_enricher/__manifest__.py @@ -1,7 +1,7 @@ { "name": "Antibot Extractor/Enricher", "type": ["extractor", "enricher"], - "requires_setup": True, + "requires_setup": False, "dependencies": { "python": ["loguru", "seleniumbase"], },