Unverified Commit 3f5304f2 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

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

parents 7a16ab79 82963451
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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
  ];