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': [