diff setup.py @ 16:1713b3e244a7

add some things
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 10 Jul 2012 18:18:42 -0700
parents 1b18b2746e69
children fcd98303a90d
line wrap: on
line diff
--- a/setup.py	Tue Jul 10 18:10:39 2012 -0700
+++ b/setup.py	Tue Jul 10 18:18:42 2012 -0700
@@ -5,7 +5,7 @@
 import os
 
 version = "0.0"
-dependencies = ['webob', 'CommandParser', 'talos', 'buildbot']
+dependencies = ['webob', 'CommandParser', 'talos', 'buildbot', 'PyYAML']
 
 # allow use of setuptools/distribute or distutils
 kw = {}