python notebook: use requests2 instead of requests
This commit is contained in:
parent
aab90653af
commit
5c9c00b2b9
@ -10328,7 +10328,7 @@ let
|
|||||||
|
|
||||||
buildInputs = with self; [nose] ++ optionals isPy27 [mock];
|
buildInputs = with self; [nose] ++ optionals isPy27 [mock];
|
||||||
|
|
||||||
propagatedBuildInputs = with self; [jinja2 tornado ipython_genutils traitlets jupyter_core jupyter_client nbformat nbconvert ipykernel terminado requests pexpect];
|
propagatedBuildInputs = with self; [jinja2 tornado ipython_genutils traitlets jupyter_core jupyter_client nbformat nbconvert ipykernel terminado requests2 pexpect];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "The Jupyter HTML notebook is a web-based notebook environment for interactive computing";
|
description = "The Jupyter HTML notebook is a web-based notebook environment for interactive computing";
|
||||||
|
Loading…
Reference in New Issue
Block a user