Browse Source

Remove django-unittest-depth from install_requires

Ask Solem 15 years ago
parent
commit
d23d7c5f49
1 changed files with 0 additions and 1 deletions
  1. 0 1
      setup.py

+ 0 - 1
setup.py

@@ -43,7 +43,6 @@ class RunTests(Command):
 
 install_requires = [
     "django",
-    "django-unittest-depth",
     "python-dateutil",
     "anyjson",
     "carrot>=0.8.0",