mirror of
https://github.com/sartography/SpiffWorkflow.git
synced 2025-07-30 23:05:38 +08:00
Adding Box to Setup.py
This commit is contained in:
2
setup.py
2
setup.py
@ -24,7 +24,7 @@ included with the package.
|
||||
license = 'lGPLv2',
|
||||
packages = find_packages(exclude=['tests', 'tests.*']),
|
||||
install_requires = ['future', 'configparser', 'lxml', 'celery',
|
||||
'python-Levenshtein-wheels'],
|
||||
'python-Levenshtein-wheels', 'python-box'],
|
||||
keywords = 'spiff workflow bpmn engine',
|
||||
url = 'https://github.com/knipknap/SpiffWorkflow',
|
||||
classifiers = [
|
||||
|
Reference in New Issue
Block a user