Skip to content
This repository has been archived by the owner on Jul 30, 2022. It is now read-only.

Commit

Permalink
Require python-dateutil 1.5.
Browse files Browse the repository at this point in the history
The newly released python-dateutil 2.0 only works in Python 3, yet is fetched
on Python 2 due to how the dependencies work out. We now require 1.5.
  • Loading branch information
chipx86 committed Mar 27, 2011
1 parent 0aaec8c commit b1b8867
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 @@ -98,7 +98,7 @@ def finalize_options(self):
'Pygments>=1.1.1',
'flup',
'paramiko',
'python-dateutil',
'python-dateutil==1.5',
'python-memcached',
'pytz',
'recaptcha_client',
Expand Down

0 comments on commit b1b8867

Please sign in to comment.