10 buildPythonPackage rec {
15 inherit pname version;
16 sha256 = "sha256-TTbZhZt6FTsnNWLe7tjCklh6Ry6x/VfNQVjsidne+ts=";
19 propagatedBuildInputs = [
30 description = "Python plotting library for collaborative, interactive, publication-quality graphs";
31 homepage = "https://plot.ly/python/";
32 license = with licenses; [ mit ];
33 maintainers = with maintainers; [ ];