Merge remote-tracking branch 'origin/master' into staging-next

Conflicts:
	pkgs/development/python-modules/jupyter-client/default.nix
	pkgs/development/python-modules/jupyterlab-git/default.nix
This commit is contained in:
Jonathan Ringer
2021-10-22 09:33:07 -07:00
373 changed files with 4816 additions and 6365 deletions
@@ -12,7 +12,7 @@
, ipython_genutils
, traitlets
, jupyter_core
, jupyter_client
, jupyter-client
, nbformat
, nbconvert
, ipykernel
@@ -39,7 +39,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
jinja2 tornado ipython_genutils traitlets jupyter_core send2trash
jupyter_client nbformat nbconvert ipykernel terminado requests pexpect
jupyter-client nbformat nbconvert ipykernel terminado requests pexpect
prometheus-client
];
@@ -13,7 +13,7 @@
, ipython_genutils
, traitlets
, jupyter_core
, jupyter_client
, jupyter-client
, nbformat
, nbconvert
, ipykernel
@@ -42,7 +42,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
jinja2 tornado ipython_genutils traitlets jupyter_core send2trash
jupyter_client nbformat nbconvert ipykernel terminado requests pexpect
jupyter-client nbformat nbconvert ipykernel terminado requests pexpect
prometheus-client argon2_cffi
];