From cb349cce3c3df4759a3b8f7979fa950459a8b511 Mon Sep 17 00:00:00 2001 From: Shane Hathaway Date: Tue, 21 Jul 2009 05:05:33 +0000 Subject: Declared the Paste and PasteDeploy dependencies. --- setup.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index a8f0f9512..d3f72ff67 100644 --- a/setup.py +++ b/setup.py @@ -32,6 +32,8 @@ install_requires=[ 'setuptools', 'chameleon.core >= 1.0b32', # non-lxml version 'chameleon.zpt >= 1.0b16', # newest version as of non-xml core release + 'Paste', + 'PasteDeploy', 'PasteScript', 'WebOb', 'zope.interface >= 3.5.1', # 3.5.0 comment: "allow to bootstrap on jython" -- cgit v1.2.3