mirror of
https://github.com/sartography/SpiffWorkflow.git
synced 2025-08-01 08:21:09 +08:00
Adds Celery to required packages
This commit is contained in:
2
setup.py
2
setup.py
@ -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 = [
|
||||
|
Reference in New Issue
Block a user