Mercurial > mozilla > hg > talosnames
diff setup.py @ 14:1b18b2746e69
minor fixes
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Tue, 10 Jul 2012 18:09:19 -0700 |
parents | b7b59561be5e |
children | 1713b3e244a7 |
line wrap: on
line diff
--- a/setup.py Tue Jul 10 17:12:59 2012 -0700 +++ b/setup.py Tue Jul 10 18:09:19 2012 -0700 @@ -5,7 +5,7 @@ import os version = "0.0" -dependencies = ['webob', 'CommandParser', 'talos'] +dependencies = ['webob', 'CommandParser', 'talos', 'buildbot'] # allow use of setuptools/distribute or distutils kw = {}