Removed six from requirements, as Blender isn't shipped with it.

This commit is contained in:
2016-03-08 16:01:22 +01:00
parent 8a29a20462
commit 87ebdb0b2f
3 changed files with 10 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ setup(
license='BSD License',
description='The Pillar REST SDK provides Python APIs to communicate to the Pillar webservices.',
long_description=long_description,
install_requires=['requests>=1.0.0', 'six>=1.0.0', 'pyopenssl>=0.14'],
install_requires=['requests>=1.0.0', 'pyopenssl>=0.14'],
test_requires=['tox', 'coverage', 'pytest', 'pytest-xdist', 'pytest-cov'],
classifiers=[
'Intended Audience :: Developers',