Require celery in setup.py

We import some celery functions. celery needs to be installed for
core.sr.ht to find its imports.
This commit is contained in:
delthas 2022-04-13 14:50:53 +02:00 committed by Drew DeVault
parent 46791bf5eb
commit 16d8c70af4
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ setup(
'prometheus_client',
'alembic',
'redis',
'celery',
],
license = 'BSD-3-Clause',
package_data={