Browse Source

dateutil dep wrong in bdist deps

Ask Solem 13 years ago
parent
commit
4fd793d544
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.cfg

+ 1 - 1
setup.cfg

@@ -42,7 +42,7 @@ upload-dir = docs/.build/html
 requires = uuid
            importlib
            multiprocessing == 2.6.2.1
-           python-dateutil <= 1.5.0
+           python-dateutil >= 1.5.0
            anyjson >= 0.3.1
            kombu >= 1.2.1
            pyparsing >= 1.5.0