diff scripts/deps.py @ 8831:1f92cded1bd2

celery: move Whoosh indexing task to whoosh library where it belongs Avoid bundling everything from many different layers in one big task library. This is more feasible now when we don't need kallithea.CELERY_APP set at import time.
author Mads Kiilerich <mads@kiilerich.com>
date Tue, 29 Dec 2020 22:07:41 +0100
parents c76638100ca0
children 1d3b67443aac
line wrap: on
line diff
--- a/scripts/deps.py	Fri Jan 01 18:04:16 2021 +0100
+++ b/scripts/deps.py	Tue Dec 29 22:07:41 2020 +0100
@@ -159,7 +159,6 @@
 ('kallithea.lib.utils', 'kallithea.model.db'),
 ('kallithea.lib.utils', 'kallithea.model.scm'),
 ('kallithea.model.async_tasks', 'kallithea.lib.hooks'),
-('kallithea.model.async_tasks', 'kallithea.lib.indexers'),
 ('kallithea.model.async_tasks', 'kallithea.model'),
 ('kallithea.model', 'kallithea.lib.auth'),  # auth.HasXXX
 ('kallithea.model', 'kallithea.lib.auth_modules'),  # validators