todoman: make click-repl an optional dependency

This commit is contained in:
Robert Schütz
2025-10-03 03:12:00 -07:00
parent f5445b5bb5
commit c4bfb3f7d7

View File

@@ -32,18 +32,20 @@ python3.pkgs.buildPythonApplication rec {
];
dependencies = with python3.pkgs; [
atomicwrites
click
click-log
click-repl
humanize
icalendar
parsedatetime
python-dateutil
pyxdg
tabulate
urwid
];
optional-dependencies = with python3.pkgs; {
repl = [ click-repl ];
};
nativeCheckInputs = with python3.pkgs; [
freezegun
hypothesis