Skip to content

Commit 48cb71d

Browse files
committed
removed argparse from install-requires
1 parent 6177cb7 commit 48cb71d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
long_description=open("README.md").read(),
1919
long_description_content_type="text/markdown",
2020
install_requires=[
21-
"argparse",
2221
"autopep8>=2.0.0",
2322
"icdiff",
2423
"jsbeautifier",
@@ -40,6 +39,6 @@
4039
]
4140
},
4241
url="https://github.com/cs50/style50",
43-
version="2.10.0",
42+
version="2.10.1",
4443
include_package_data=True,
4544
)

0 commit comments

Comments
 (0)