Skip to content

Commit

Permalink
Merge pull request #22 from sopel/patch-1
Browse files Browse the repository at this point in the history
Fixed missing requirement 'python-dateutil'.
  • Loading branch information
Paddy Foran committed Nov 7, 2012
2 parents 576046e + 3c277be commit f20e824
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 @@ -5,7 +5,7 @@
py_modules=["iron_worker"],
packages=["testDir"],
version='1.0.1',
install_requires=["iron_core"],
install_requires=["iron_core", "python-dateutil"],
description='The Python client for IronWorker, a cloud service for background processing.',
author='Iron.io',
author_email="support@iron.io",
Expand Down

0 comments on commit f20e824

Please sign in to comment.