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 ff3e38874..3048428aa 100644
--- a/setup.py
+++ b/setup.py
@@ -34,6 +34,8 @@ install_requires = [
'venusian >= 1.0a3', # ``ignore``
'translationstring >= 0.4', # py3 compat
'PasteDeploy >= 1.5.0', # py3 compat
+ 'plaster',
+ 'plaster_pastedeploy',
'hupper',
]