Skip to content

Commit

Permalink
added greenlet as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tarekziade committed Feb 26, 2013
1 parent c95cef5 commit c6e286e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
from vaurien import __version__


install_requires = ['cornice', 'gevent', 'statsd-client', 'vaurienclient']
install_requires = ['cornice', 'gevent', 'statsd-client', 'vaurienclient',
'greenlet']

try:
import argparse # NOQA
Expand Down

0 comments on commit c6e286e

Please sign in to comment.