changeset 7:ff0e2a6dd07b

need webob to install; thanks, hobs!
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 21 Oct 2010 13:43:24 -0700
parents 9aa8f5721649
children 87bac4e6b908
files setup.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Sun Jan 24 19:31:13 2010 -0500
+++ b/setup.py	Thu Oct 21 13:43:24 2010 -0700
@@ -17,7 +17,7 @@
       packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
       include_package_data=True,
       zip_safe=False,
-      install_requires=[ 'PasteScript' ],
+      install_requires=[ 'PasteScript', 'webob' ],
       entry_points="""
       # -*- Entry points: -*-
       [paste.paster_create_template]