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