summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
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"