Skip to content

Commit

Permalink
removed argparse from install-requires
Browse files Browse the repository at this point in the history
  • Loading branch information
rongxin-liu committed Jan 5, 2024
1 parent 6177cb7 commit 48cb71d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
install_requires=[
"argparse",
"autopep8>=2.0.0",
"icdiff",
"jsbeautifier",
Expand All @@ -40,6 +39,6 @@
]
},
url="https://github.com/cs50/style50",
version="2.10.0",
version="2.10.1",
include_package_data=True,
)

0 comments on commit 48cb71d

Please sign in to comment.