Skip to content

Commit

Permalink
fixed setup.py by adding gevent backend dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kadirpekel committed Mar 11, 2013
1 parent c729a44 commit c1bb074
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -10,5 +10,6 @@
url='https://github.com/metglobal/octavious',
extras_require={
'celery_parallelizer': ["celery"]
'gevent_parallelizer': ["gevent"]
}
)

1 comment on commit c1bb074

@kadirpekel
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:)

Please sign in to comment.