python3Packages.dash-core-components: init at 1.7.0

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

View file

@ -0,0 +1,23 @@
{ lib
, buildPythonPackage
, fetchPypi
}:
buildPythonPackage rec {
pname = "dash_core_components";
version = "1.7.0";
src = fetchPypi {
inherit pname version;
sha256 = "16jjanq4glj6c2cwyw94954hrqqv49fknisbxj03lfmflg61j32k";
};
# No tests in archive
doCheck = false;
meta = {
description = "A dash component starter pack";
homepage = https://dash.plot.ly/dash-core-components;
license = with lib.licenses; [ mit ];
};
}

View file

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