Skip to content

Commit efcfa27

Browse files
committed
Pin fancylog.
1 parent ef5225b commit efcfa27

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@ dependencies = [
2323
"show-in-file-manager",
2424
"gitpython",
2525
"typeguard",
26-
"psutil"
26+
"psutil",
27+
# Skip the fancylog version which logs env packages
28+
# by default, which is slow due to subproecss calls.
29+
"fancylog >= 0.7.0; python_version >= '3.11'",
30+
"fancylog < 5; python_version < '3.11'",
2731
]
2832

2933
classifiers = [

0 commit comments

Comments
 (0)