mirror of
https://github.com/denismhz/flake.git
synced 2025-11-09 16:16:23 +01:00
ZipUnicode Pypi
This commit is contained in:
parent
b407495b6d
commit
778f1e59e1
|
|
@ -1,6 +1,8 @@
|
||||||
{ lib
|
{ lib
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
|
, setuptools
|
||||||
|
, chardet
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
|
|
@ -10,16 +12,16 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "";
|
sha256 = "sha256-2MbEWa7LnDENKhgzid664RULiAUSkW+5kBIDaOXTN/M=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ ];
|
propagatedBuildInputs = [ setuptools chardet ];
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "";
|
description = "Make extracted unreadable filename problem gone away.";
|
||||||
homepage = "https://github.com/lovvskillz/python-discord-webhook";
|
homepage = "https://github.com/Dragon2fly/ZipUnicode";
|
||||||
maintainers = with maintainers; [ ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
@ -19,6 +19,7 @@ python3Packages.buildPythonPackage {
|
||||||
version = "v1.6.0";
|
version = "v1.6.0";
|
||||||
inherit src;
|
inherit src;
|
||||||
propagatedBuildInputs = with python3Packages; [
|
propagatedBuildInputs = with python3Packages; [
|
||||||
|
moviepy #for prompt travel
|
||||||
zipunicode #for civitaui browser+
|
zipunicode #for civitaui browser+
|
||||||
imageio #animatediff create webm and shit
|
imageio #animatediff create webm and shit
|
||||||
av #animatediff create webm and shit
|
av #animatediff create webm and shit
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue