Skip to content

Commit

Permalink
Correct installation requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Jan 9, 2016
1 parent 8358e32 commit d011030
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 @@
description="proper prior planning...",
author="Eric Rasche",
author_email="[email protected]",
install_requires=['pygithub3', 'pyyaml', 'parsedatetime'],
install_requires=['PyGithub', 'pyyaml', 'parsedatetime', 'python-dateutil'],
tests_require=['nose', 'attrdict'],
license='GPL3'
)

0 comments on commit d011030

Please sign in to comment.