diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/jupyter.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/jupyter.scm b/gnu/packages/jupyter.scm index 20c72a7437..7794a27290 100644 --- a/gnu/packages/jupyter.scm +++ b/gnu/packages/jupyter.scm @@ -611,8 +611,10 @@ nix-shell-wrapper|repo2docker-entrypoint)") python-requests python-json-logger python-jinja2 + python-iso8601 python-escapism - python-docker)) + python-docker + python-chardet)) (native-inputs (list python-sphinx python-entrypoints python-recommonmark python-sphinxcontrib-autoprogram python-pydata-sphinx-theme)) |