Skip to content

Commit 3befc8f

Browse files
committedOct 17, 2023
install setuptools
1 parent 1dd4a89 commit 3befc8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
description="This is submit50, with which you can submit solutions to problems for CS50.",
1818
long_description="This is submit50, with which you can submit solutions to problems for CS50.",
19-
install_requires=["lib50>=3,<4", "requests>=2.19", "termcolor>=1.1"],
19+
install_requires=["lib50>=3,<4", "requests>=2.19", "setuptools", "termcolor>=1.1"],
2020
keywords=["submit", "submit50"],
2121
name="submit50",
2222
python_requires=">=3.6",
@@ -26,6 +26,6 @@
2626
entry_points={
2727
"console_scripts": ["submit50=submit50.__main__:main"]
2828
},
29-
version="3.1.1",
29+
version="3.1.2",
3030
include_package_data=True
3131
)

0 commit comments

Comments
 (0)
Please sign in to comment.