diff --git a/pyproject.toml b/pyproject.toml index b1431b88c..0a9fd6288 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,6 @@ dependencies = [ "PyYAML", "requests", "rich", - "fancylog>=0.4.2", "simplejson", "pyperclip", "textual>=3.4.0,<8", @@ -24,10 +23,9 @@ dependencies = [ "gitpython", "typeguard", "psutil", - # Skip the fancylog version which logs env packages + # Skip the fancylog versions which logs env packages # by default, which is slow due to subprocess calls. - "fancylog >= 0.7.0; python_version >= '3.11'", - "fancylog < 0.5.0; python_version < '3.11'", + "fancylog >=0.4.2,!=0.5.*,!=0.6.*" ] classifiers = [