summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJunaid Ali <mailtojunaid@gmail.com>2013-06-04 14:41:22 -0500
committerJunaid Ali <mailtojunaid@gmail.com>2013-06-04 14:41:22 -0500
commitda5a402fdc5d02728d261f5652b6a22881eeb9a5 (patch)
treea8f036bbd7551efaf92fe8227f7fb309f6624e02 /setup.py
parentec16183223f20d6207348528290c7b33450c2385 (diff)
downloadpyramid-da5a402fdc5d02728d261f5652b6a22881eeb9a5.tar.gz
pyramid-da5a402fdc5d02728d261f5652b6a22881eeb9a5.tar.bz2
pyramid-da5a402fdc5d02728d261f5652b6a22881eeb9a5.zip
Added some test 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 4a3cecd98..f5768e23b 100644
--- a/setup.py
+++ b/setup.py
@@ -52,6 +52,8 @@ install_requires=[
tests_require = [
'WebTest >= 1.3.1', # py3 compat
+ 'webtest',
+ 'zope.component',
]
if not PY3: