Skip to content

Commit

Permalink
added forgotten comma
Browse files Browse the repository at this point in the history
  • Loading branch information
dyrnade authored and evrenesat committed Jul 26, 2016
1 parent f32e109 commit 62d53f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
author_email='[email protected]',
description='BPMN workflow based web service framework with advanced '
'permissions and extensible CRUD features',
install_requires=['beaker', 'passlib', 'falcon', 'beaker_extensions', 'lazy_object_proxy'
install_requires=['beaker', 'passlib', 'falcon', 'beaker_extensions', 'lazy_object_proxy',
'redis', 'enum34', 'werkzeug', 'celery', 'SpiffWorkflow', 'pyoko',
'tornado', 'pika'],
dependency_links=[
Expand Down

0 comments on commit 62d53f2

Please sign in to comment.