Skip to content

Commit 1572197

Browse files
committed
fixed colored error
1 parent 75e7081 commit 1572197

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
@@ -25,7 +25,7 @@
2525
packages=setuptools.find_packages(where="src"),
2626
python_requires=">=3.9",
2727
install_requires=[
28-
"colored",
28+
"colored==1.4.4",
2929
"tk",
3030
"python-dateutil",
3131
"requests",

0 commit comments

Comments
 (0)