def requires(self): return [ LoadDistricts(connection_string=self.connection_string), LoadParties(connection_string=self.connection_string), hlp.LookupEDCodes( connection_string=self.connection_string, src_pth=self.src_pth, dst_pth=self.ed_pth, spider="ppc-candidate-spider", ), ]
def requires(self): return [ LoadDistricts(connection_string=self.connection_string), RunSpider(spider=self.spider, dst_pth=self.src_pth), ]
def requires(self): return [ LoadDistricts(connection_string=self.connection_string), LoadParties(connection_string=self.connection_string), hlp.RunSpider(spider="lpc-candidate-spider", dst_pth=self.src_pth), ]