[staging-next] awsebcli: relax wcwidth dependency (#492701)

This commit is contained in:
Martin Weinelt
2026-02-21 09:19:15 +00:00
committed by GitHub
+2
View File
@@ -46,6 +46,7 @@ python.pkgs.buildPythonApplication rec {
"six"
"termcolor"
"urllib3"
"wcwidth"
];
dependencies = with python.pkgs; [
@@ -62,6 +63,7 @@ python.pkgs.buildPythonApplication rec {
setuptools
tabulate
termcolor
wcwidth
websocket-client
];