python3Packages.dash-core-components: init at 4.6.0

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

View file

@ -0,0 +1,23 @@
{ lib
, buildPythonPackage
, fetchPypi
}:
buildPythonPackage rec {
pname = "dash_table";
version = "4.6.0";
src = fetchPypi {
inherit pname version;
sha256 = "01wzac09ac6nr27if1liaxafzdf67x00vw1iq5vaad1147rdh36k";
};
# No tests in archive
doCheck = false;
meta = {
description = "A First-Class Interactive DataTable for Dash";
homepage = https://dash.plot.ly/datatable;
license = with lib.licenses; [ mit ];
};
}

View file

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