oterm: use current version of typer

This commit is contained in:
Сухарик 2024-05-10 14:56:38 +03:00
parent 7074b00ce2
commit 9ce4d95fa7

View File

@ -20,6 +20,7 @@ python3Packages.buildPythonApplication rec {
"pillow"
"httpx"
"packaging"
"typer"
];
propagatedBuildInputs = with python3Packages; [