Skip to content

Commit 149a6d2

Browse files
committed
updated install_requires in setup.py to include setuptools
1 parent d51a3e0 commit 149a6d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
description="This is CS50 CLI, with which you can mount a directory inside of an Ubuntu container.",
1616
long_description=open("README.md").read(),
1717
license="GPLv3",
18-
install_requires=["inflect", "packaging", "requests", "tzlocal"],
18+
install_requires=["inflect", "packaging", "requests", "setuptools", "tzlocal"],
1919
keywords="cli50",
2020
name="cli50",
2121
python_requires=">=3.8",

0 commit comments

Comments
 (0)