python3Packages.dash-renderer: init at 1.2.3

This commit is contained in:
Antoine Roy-Gobeil 2020-01-17 13:25:35 -05:00 committed by Jon
parent a6bea71dab
commit c8007a7413
2 changed files with 25 additions and 0 deletions

View file

@ -0,0 +1,23 @@
{ lib
, buildPythonPackage
, fetchPypi
}:
buildPythonPackage rec {
pname = "dash_renderer";
version = "1.2.3";
src = fetchPypi {
inherit pname version;
sha256 = "1ccsykv24dz9xj24106aaj7f0w7x7sv7mamjbx0m6k0wyhh58vw1";
};
# No tests in archive
doCheck = false;
meta = {
description = "Renderer for the Dash framework";
homepage = https://dash.plot.ly/;
license = with lib.licenses; [ mit ];
};
}

View file

@ -2450,6 +2450,8 @@ in {
dash-html-components = callPackage ../development/python-modules/dash-html-components { };
dash-renderer = callPackage ../development/python-modules/dash-renderer { };
dateparser = callPackage ../development/python-modules/dateparser { };
# Actual name of package