mycli: unpin sqlparse

This commit is contained in:
Robert Schütz 2024-10-19 20:59:31 -07:00
parent eb8c84f814
commit 95b6ee2e82

View File

@ -15,6 +15,10 @@ buildPythonApplication rec {
hash = "sha256-0R2k5hRkAJbqgGZEPXWUb48oFxTKMKiQZckf3F+VC3I=";
};
pythonRelaxDeps = [
"sqlparse"
];
propagatedBuildInputs = [
cli-helpers
click