Python: replace requests2 with requests tree-wide
See f63eb58573
The `requests2` attribute now throws an error informing that `requests`
should be used instead.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
, decorator
|
||||
, nbformat
|
||||
, pytz
|
||||
, requests2
|
||||
, requests
|
||||
, six
|
||||
}:
|
||||
|
||||
@@ -22,7 +22,7 @@ buildPythonPackage rec {
|
||||
decorator
|
||||
nbformat
|
||||
pytz
|
||||
requests2
|
||||
requests
|
||||
six
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user