浏览代码

Adding django as a dependency.

Jason Baker 15 年之前
父节点
当前提交
709539be27
共有 1 个文件被更改,包括 8 次插入6 次删除
  1. 8 6
      setup.py

+ 8 - 6
setup.py

@@ -41,12 +41,14 @@ class RunTests(Command):
         os.chdir(this_dir)
         os.chdir(this_dir)
 
 
 
 
-install_requires = ["django-unittest-depth",
-                    "python-dateutil",
-                    "anyjson",
-                    "carrot>=0.8.0",
-                    "django-picklefield",
-                    "billiard>=0.2.0"]
+install_requires = [
+    "django",
+    "django-unittest-depth",
+    "python-dateutil",
+    "anyjson",
+    "carrot>=0.8.0",
+    "django-picklefield",
+    "billiard>=0.2.0"]
 
 
 # python-daemon doesn't run on windows, so check current platform
 # python-daemon doesn't run on windows, so check current platform
 if platform.system() == "Windows":
 if platform.system() == "Windows":