From 54d8c6c77f9f45a1966460ac9aae18f7350854e8 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Wed, 6 Oct 2021 16:35:46 -0300 Subject: [PATCH] Removed distutils from setup.py dependencies. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a502b61f..d461a09a 100644 --- a/setup.py +++ b/setup.py @@ -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',