futurize stage 1

This commit is contained in:
Samuel Abels
2017-03-23 06:53:27 +01:00
parent b495594b65
commit 09a33a4221
8 changed files with 13 additions and 6 deletions

View File

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