We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef5225b commit efcfa27Copy full SHA for efcfa27
pyproject.toml
@@ -23,7 +23,11 @@ dependencies = [
23
"show-in-file-manager",
24
"gitpython",
25
"typeguard",
26
- "psutil"
+ "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'",
31
]
32
33
classifiers = [
0 commit comments