summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-10-26 01:10:31 -0400
committerChris McDonough <chrism@plope.com>2010-10-26 01:10:31 -0400
commitbc338f7c10d2776fb218c3a8033cf928d8ea0ce4 (patch)
treea340a4ac66b06d473bdd95c726b1c9fbed8d937c /setup.py
parente6d4b56d8d421a080c1eca71b1b86aad045fe908 (diff)
downloadpyramid-bc338f7c10d2776fb218c3a8033cf928d8ea0ce4.tar.gz
pyramid-bc338f7c10d2776fb218c3a8033cf928d8ea0ce4.tar.bz2
pyramid-bc338f7c10d2776fb218c3a8033cf928d8ea0ce4.zip
add dependency on mako and configure in mako templating by default
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index ceac5f9b2..44fc10058 100644
--- a/setup.py
+++ b/setup.py
@@ -29,6 +29,7 @@ except IOError:
install_requires=[
'Chameleon >= 1.2.3',
+ 'Mako',
'Paste > 1.7', # temp version pin to prevent PyPi install failure :-(
'PasteDeploy',
'PasteScript',