Skip to content

Commit

Permalink
Installer allows python-dateutil 1.5.0 with python 2.x.
Browse files Browse the repository at this point in the history
  • Loading branch information
leobantech committed Aug 4, 2011
1 parent 9ffda83 commit f19941c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def run(self, *args, **kwargs):
if is_py3k:
install_requires.append("python-dateutil>2.0.0")
else:
install_requires.append("python-dateutil>1.5.0,<2.0.0")
install_requires.append("python-dateutil>=1.5.0,<2.0.0")

py_version = sys.version_info
is_jython = sys.platform.startswith("java")
Expand Down

0 comments on commit f19941c

Please sign in to comment.