Browse Source

Added dependency: python-dateutil

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

+ 1 - 0
setup.py

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