# HG changeset patch # User Goffi # Date 1697470631 -7200 # Node ID e70eff252048f6324f32242e30c7ad8b8c49e565 # Parent 5fc26a6ef113383b96c4a749a3fa82ff6dc5987d install: add `rich` dependency diff -r 5fc26a6ef113 -r e70eff252048 pyproject.toml --- a/pyproject.toml Tue Oct 03 16:27:51 2023 +0200 +++ b/pyproject.toml Mon Oct 16 17:37:11 2023 +0200 @@ -47,6 +47,7 @@ # "python-potr < 1.1", "pyxdg < 0.30", "pyyaml < 7.0.0", + "rich ~= 13.5", "sat_tmp @ hg+https://repos.goffi.org/sat_tmp#egg=sat_tmp", "setuptools_scm", "shortuuid ~= 1.0.11",