tunnelgraf: relax wcwidth

This commit is contained in:
Fabian Affolter
2026-04-06 19:00:06 +02:00
parent f97bfaafb6
commit 737c613aae
+1
View File
@@ -40,6 +40,7 @@ py.pkgs.buildPythonApplication rec {
"psutil"
"pydantic"
"python-hosts"
"wcwidth"
];
build-system = with py.pkgs; [ hatchling ];