summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index 63c708d..5ae12f9 100644
--- a/setup.py
+++ b/setup.py
@@ -1,5 +1,4 @@
from setuptools import setup
-import sys, os
version = '1.0.5'
@@ -44,6 +43,5 @@ See also: `changelog <http://pythonpaste.org/webob/news>`_,
packages=['webob'],
zip_safe=True,
test_suite='nose.collector',
- tests_require=['Tempita', 'WSGIProxy', 'WebTest', 'dtopt', 'nose',
- 'coverage', 'repoze.profile'],
+ tests_require=['nose', 'WebTest'],
)