ZipUnicode Pypi

This commit is contained in:
Denis Manherz 2023-11-20 14:51:39 +01:00
parent b407495b6d
commit 778f1e59e1
2 changed files with 7 additions and 4 deletions

View file

@ -1,6 +1,8 @@
{ lib
, buildPythonPackage
, fetchPypi
, setuptools
, chardet
}:
buildPythonPackage rec {
@ -10,16 +12,16 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "";
sha256 = "sha256-2MbEWa7LnDENKhgzid664RULiAUSkW+5kBIDaOXTN/M=";
};
propagatedBuildInputs = [ ];
propagatedBuildInputs = [ setuptools chardet ];
doCheck = false;
meta = with lib; {
description = "";
homepage = "https://github.com/lovvskillz/python-discord-webhook";
description = "Make extracted unreadable filename problem gone away.";
homepage = "https://github.com/Dragon2fly/ZipUnicode";
maintainers = with maintainers; [ ];
};
}

View file

@ -19,6 +19,7 @@ python3Packages.buildPythonPackage {
version = "v1.6.0";
inherit src;
propagatedBuildInputs = with python3Packages; [
moviepy #for prompt travel
zipunicode #for civitaui browser+
imageio #animatediff create webm and shit
av #animatediff create webm and shit