python3Packages.dash-core-components: init at 1.7.0
This commit is contained in:
parent
c9496d1ec0
commit
fe2af75066
@ -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 ];
|
||||||
|
};
|
||||||
|
}
|
@ -2446,6 +2446,8 @@ in {
|
|||||||
|
|
||||||
daphne = callPackage ../development/python-modules/daphne { };
|
daphne = callPackage ../development/python-modules/daphne { };
|
||||||
|
|
||||||
|
dash-core-components = callPackage ../development/python-modules/dash-core-components { };
|
||||||
|
|
||||||
dateparser = callPackage ../development/python-modules/dateparser { };
|
dateparser = callPackage ../development/python-modules/dateparser { };
|
||||||
|
|
||||||
# Actual name of package
|
# Actual name of package
|
||||||
|
Loading…
Reference in New Issue
Block a user