Add python3-rich to debian deps

This commit is contained in:
Alexandre Aubin 2022-02-05 12:12:19 +01:00
parent ace8683fa3
commit edd8dda453

3
debian/control vendored
View file

@ -16,7 +16,8 @@ Depends: ${misc:Depends}, ${python3:Depends},
python3-psutil,
python3-tz,
python3-prompt-toolkit,
python3-pygments
python3-pygments,
python3-rich
Breaks: yunohost (<< 4.1)
Description: prototype interfaces with ease in Python
Quickly and easily prototype interfaces for your application.