summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-08-10 03:00:18 -0400
committerChris McDonough <chrism@plope.com>2013-08-10 03:00:18 -0400
commita403dcf78982a37fe813542be4f3eeb4c7216791 (patch)
tree640f95abeb87f5d5bae3cd706bb60aea030cefd4 /setup.py
parent881e8e2aa57ea2a77d91c3cd8401395f4a815eb1 (diff)
parentda5a402fdc5d02728d261f5652b6a22881eeb9a5 (diff)
downloadpyramid-a403dcf78982a37fe813542be4f3eeb4c7216791.tar.gz
pyramid-a403dcf78982a37fe813542be4f3eeb4c7216791.tar.bz2
pyramid-a403dcf78982a37fe813542be4f3eeb4c7216791.zip
Merge branch 'master' of github.com:junaidali/pyramid into junaidali-master
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 0cff30439..bab271159 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: