Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MaulikxLakhani committed Aug 1, 2024
1 parent 2333b37 commit 6476f5d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -25,8 +22,6 @@
],
python_requires='>=3.6',
install_requires=[
'argparse',
'tabulate',
],
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 6476f5d

Please sign in to comment.