Adds Celery to required packages

This commit is contained in:
Aaron Louie
2020-01-22 16:29:55 -05:00
parent 663baad953
commit 2c0216ffde

View File

@ -23,7 +23,7 @@ included with the package.
author_email = 'cheeseshop.python.org@debain.org',
license = 'lGPLv2',
packages = find_packages(exclude=['tests', 'tests.*']),
install_requires = ['future', 'configparser', 'lxml'],
install_requires = ['future', 'configparser', 'lxml', 'celery'],
keywords = 'spiff workflow bpmn engine',
url = 'https://github.com/knipknap/SpiffWorkflow',
classifiers = [