From 6476f5db0079f747eec2bd6ec325254bf9240c2d Mon Sep 17 00:00:00 2001 From: Maulik Lakhani Date: Thu, 1 Aug 2024 16:00:31 +0530 Subject: [PATCH] Update setup.py --- setup.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/setup.py b/setup.py index dc08a92..0aab2e5 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,4 @@ from setuptools import setup, find_packages -import argparse -import tabulate - # Read the content of the README file with open("README.md", "r") as fh: @@ -25,8 +22,6 @@ ], python_requires='>=3.6', install_requires=[ - 'argparse', - 'tabulate', ], entry_points={ 'console_scripts': [