Commit 95b6ee2e authored by Robert Schütz's avatar Robert Schütz
Browse files

mycli: unpin sqlparse

parent eb8c84f8
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -15,6 +15,10 @@ buildPythonApplication rec {
    hash = "sha256-0R2k5hRkAJbqgGZEPXWUb48oFxTKMKiQZckf3F+VC3I=";
  };

  pythonRelaxDeps = [
    "sqlparse"
  ];

  propagatedBuildInputs = [
    cli-helpers
    click