summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorShane Hathaway <shane@hathawaymix.org>2009-07-21 05:05:33 +0000
committerShane Hathaway <shane@hathawaymix.org>2009-07-21 05:05:33 +0000
commitcb349cce3c3df4759a3b8f7979fa950459a8b511 (patch)
treef8872c71c33b7906faef025cf43a87badd3ea7f6 /setup.py
parent14bfc6c150233020eb27d67c1d1cdb8699d9b22e (diff)
downloadpyramid-cb349cce3c3df4759a3b8f7979fa950459a8b511.tar.gz
pyramid-cb349cce3c3df4759a3b8f7979fa950459a8b511.tar.bz2
pyramid-cb349cce3c3df4759a3b8f7979fa950459a8b511.zip
Declared the Paste and PasteDeploy dependencies.
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"