Skip to content

Commit

Permalink
install setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
rongxin-liu committed Oct 17, 2023
1 parent 1dd4a89 commit 3befc8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
description="This is submit50, with which you can submit solutions to problems for CS50.",
long_description="This is submit50, with which you can submit solutions to problems for CS50.",
install_requires=["lib50>=3,<4", "requests>=2.19", "termcolor>=1.1"],
install_requires=["lib50>=3,<4", "requests>=2.19", "setuptools", "termcolor>=1.1"],
keywords=["submit", "submit50"],
name="submit50",
python_requires=">=3.6",
Expand All @@ -26,6 +26,6 @@
entry_points={
"console_scripts": ["submit50=submit50.__main__:main"]
},
version="3.1.1",
version="3.1.2",
include_package_data=True
)

0 comments on commit 3befc8f

Please sign in to comment.