Adding Box to Setup.py

This commit is contained in:
Dan Funk
2020-07-22 10:51:31 -04:00
parent 74c4542749
commit 74529738b4

View File

@ -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 = [