Removed distutils from setup.py dependencies.

This commit is contained in:
Salvador E. Tropea 2021-10-06 16:35:46 -03:00
parent 0ed0da16e2
commit 54d8c6c77f
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ setup(name='kibot',
# Packages are marked using __init__.py
packages=find_packages(),
scripts=['src/kibot', 'src/kiplot'],
install_requires=['kiauto', 'pyyaml', 'xlsxwriter', 'colorama', 'requests', 'distutils'],
install_requires=['kiauto', 'pyyaml', 'xlsxwriter', 'colorama', 'requests'],
classifiers=['Development Status :: 5 - Production/Stable',
'Environment :: Console',
'Intended Audience :: Developers',