aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 88002e8..ea40239 100644
--- a/setup.py
+++ b/setup.py
@@ -13,8 +13,7 @@ setup(
license='BSD',
packages=find_packages(exclude=('tests', 'example')),
tests_require=[
- 'django>=1.1,<1.5',
- 'dingus',
+ 'django>=1.3,<1.5',
],
test_suite='runtests.runtests',
include_package_data=True,