Skip to content

Commit 301fad3

Browse files
authored
Pin fancylog. (#641)
* Pin fancylog. * Set to fancylog >=0.7.0 for all python versions, test on CI. * Try 3.10. * Fix fancylog version.
1 parent ef5225b commit 301fad3

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

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 subprocess calls.
29+
"fancylog >= 0.7.0; python_version >= '3.11'",
30+
"fancylog < 0.5.0; python_version < '3.11'",
2731
]
2832

2933
classifiers = [

0 commit comments

Comments
 (0)