소스 검색

Remove django-unittest-depth from install_requires

Ask Solem 15 년 전
부모
커밋
d23d7c5f49
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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",