Commit 12eab3c1 authored by Julien Muchembled's avatar Julien Muchembled

ERP5: notebook 4.4.1 does not need argon2-cffi

This fixes:

  Installing jupyter.
  While:
    Installing jupyter.
    Base installation request: ...
    Getting distribution for 'argon2-cffi'.
  Error: Picked: argon2-cffi = 20.1.0

Addition of argon2-cffi in commit 7d1ea024
was a last-minute change to fix jupyter SR.
parent 66829ed8
Pipeline #15530 passed with stage
...@@ -16,6 +16,7 @@ parts += ...@@ -16,6 +16,7 @@ parts +=
max_version = 0 max_version = 0
[jupyter] [jupyter]
extra-eggs =
python_executable = ${buildout:bin-directory}/${:interpreter} python_executable = ${buildout:bin-directory}/${:interpreter}
[download-file-base] [download-file-base]
......
...@@ -49,10 +49,12 @@ eggs = ...@@ -49,10 +49,12 @@ eggs =
openpyxl openpyxl
sympy sympy
xlrd xlrd
${argon2-cffi:egg}
# additional eggs for jupyterlab # additional eggs for jupyterlab
jupyterlab jupyterlab
jupyterlab-launcher jupyterlab-launcher
${:extra-eggs}
extra-eggs =
${argon2-cffi:egg}
interpreter = pythonjupyter interpreter = pythonjupyter
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment