mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-19 18:44:13 +00:00
mycli: unpin sqlparse
This commit is contained in:
parent
eb8c84f814
commit
95b6ee2e82
@ -15,6 +15,10 @@ buildPythonApplication rec {
|
|||||||
hash = "sha256-0R2k5hRkAJbqgGZEPXWUb48oFxTKMKiQZckf3F+VC3I=";
|
hash = "sha256-0R2k5hRkAJbqgGZEPXWUb48oFxTKMKiQZckf3F+VC3I=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pythonRelaxDeps = [
|
||||||
|
"sqlparse"
|
||||||
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
cli-helpers
|
cli-helpers
|
||||||
click
|
click
|
||||||
|
Loading…
Reference in New Issue
Block a user