todoman: make click-repl an optional dependency
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user