mirror of
https://github.com/sartography/SpiffWorkflow.git
synced 2025-08-03 01:22:34 +08:00
get rid of the SpiffSignal dependency.
This commit is contained in:
2
setup.py
2
setup.py
@ -22,7 +22,7 @@ to API stability at this time.
|
||||
license = 'lGPLv2',
|
||||
package_dir = {'': srcdir},
|
||||
packages = [p for p in find_packages(srcdir)],
|
||||
requires = ['SpiffSignal'],
|
||||
requires = [],
|
||||
keywords = 'spiff guard acl acls security authentication object storage',
|
||||
url = 'http://code.google.com/p/spiff-workflow/',
|
||||
classifiers = [
|
||||
|
Reference in New Issue
Block a user