summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2017-03-30 01:53:03 -0500
committerMichael Merickel <michael@merickel.org>2017-03-30 01:57:48 -0500
commitdb8aeae4c79b0bec3b8c28f5b060a75e453e1f98 (patch)
tree174fc759d03c1d5802793f2f6e93042337dbe175
parent3e489b740b1836c81af240cba579245ab18177da (diff)
downloadpyramid-db8aeae4c79b0bec3b8c28f5b060a75e453e1f98.tar.gz
pyramid-db8aeae4c79b0bec3b8c28f5b060a75e453e1f98.tar.bz2
pyramid-db8aeae4c79b0bec3b8c28f5b060a75e453e1f98.zip
depend on plaster_pastedeploy
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 046341f13..3048428aa 100644
--- a/setup.py
+++ b/setup.py
@@ -35,11 +35,11 @@ install_requires = [
'translationstring >= 0.4', # py3 compat
'PasteDeploy >= 1.5.0', # py3 compat
'plaster',
+ 'plaster_pastedeploy',
'hupper',
]
tests_require = [
- 'plaster_pastedeploy',
'WebTest >= 1.3.1', # py3 compat
'zope.component >= 4.0', # py3 compat
]