Fix missing python-six dependency for Zulip API.

This commit is contained in:
Tim Abbott 2016-01-23 18:39:35 -08:00
parent 700055c194
commit 52f9574047
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ package_info = dict(
setuptools_info = dict( setuptools_info = dict(
install_requires=['requests>=0.12.1', install_requires=['requests>=0.12.1',
'simplejson', 'simplejson',
'six',
], ],
) )