Skip to content

Commit

Permalink
Update install_requires in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-bates committed Oct 21, 2016
1 parent 216bc58 commit f81333b
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 @@ -14,7 +14,7 @@
author='Brian Bates',
author_email='brian@eccentricprototypes.com',
url='http://github.com/brian-bates/kai',
install_requires=['rarfile'],
install_requires=['rarfile', 'six'],
packages=find_packages(),
entry_points={'console_scripts': ['kai = kai.kai:main']}
)

0 comments on commit f81333b

Please sign in to comment.