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

Commit

Permalink
updated readme format
Browse files Browse the repository at this point in the history
  • Loading branch information
wolph committed Sep 25, 2013
1 parent 7f75e13 commit 991865b
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 @@ -8,7 +8,7 @@

parent_dir = os.path.dirname(os.path.abspath(sys.argv[0]))

INSTALL_REQUIRES = ['dateutil']
INSTALL_REQUIRES = ['python-dateutil']
if sys.version_info < (2, 6):
# The 'json' module is included with Python 2.6+
INSTALL_REQUIRES.append('simplejson')
Expand Down

0 comments on commit 991865b

Please sign in to comment.