python3Packages.panel: fix build
Linkify-it-py, markdown-it-py and mdit-py-plugins were missing and preventing build. Narwhal and pandas where not preventing build, as they were available as transitive dependencies. They have also been added for exhaustivity.
This commit is contained in:
@@ -4,9 +4,14 @@
|
||||
fetchPypi,
|
||||
bleach,
|
||||
bokeh,
|
||||
linkify-it-py,
|
||||
markdown,
|
||||
markdown-it-py,
|
||||
mdit-py-plugins,
|
||||
narwhals,
|
||||
pandas,
|
||||
param,
|
||||
pyviz-comms,
|
||||
markdown,
|
||||
pyct,
|
||||
requests,
|
||||
setuptools,
|
||||
@@ -36,7 +41,12 @@ buildPythonPackage rec {
|
||||
propagatedBuildInputs = [
|
||||
bleach
|
||||
bokeh
|
||||
linkify-it-py
|
||||
markdown
|
||||
markdown-it-py
|
||||
mdit-py-plugins
|
||||
narwhals
|
||||
pandas
|
||||
param
|
||||
pyct
|
||||
pyviz-comms
|
||||
|
||||
Reference in New Issue
Block a user