diff options
| author | Jannis Leidel | 2012-05-13 12:36:40 +0200 | 
|---|---|---|
| committer | Jannis Leidel | 2012-05-13 12:36:40 +0200 | 
| commit | 971334eb38561d4721788e7d1b0fb9d7cab3bbf7 (patch) | |
| tree | 7108234644bf7a2b6a0b47346ad2a82e35ddf830 /setup.py | |
| parent | 7f7ea810c1a8ccf2d4211c55d2d635ace66141e7 (diff) | |
| download | django-debug-toolbar-971334eb38561d4721788e7d1b0fb9d7cab3bbf7.tar.bz2 | |
Got rid of the dependency on Dingus.
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 3 | 
1 files changed, 1 insertions, 2 deletions
| @@ -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, | 
