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; [ dependencies = with python3.pkgs; [
atomicwrites
click click
click-log click-log
click-repl
humanize humanize
icalendar icalendar
parsedatetime parsedatetime
python-dateutil
pyxdg pyxdg
tabulate
urwid urwid
]; ];
optional-dependencies = with python3.pkgs; {
repl = [ click-repl ];
};
nativeCheckInputs = with python3.pkgs; [ nativeCheckInputs = with python3.pkgs; [
freezegun freezegun
hypothesis hypothesis