Replace six dependancy by python3 code only

This commit is contained in:
Stéphane Blondon
2017-09-15 14:38:27 +02:00
parent fd55ac54c5
commit 43dff01fa3
3 changed files with 13 additions and 24 deletions

View File

@@ -20,7 +20,6 @@ setup(
packages=['imbox'],
package_dir={'imbox': 'imbox'},
zip_safe=False,
install_requires=['six'],
classifiers=(
'Programming Language :: Python',
'Programming Language :: Python :: 3.2',