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:
@@ -15,7 +15,7 @@ pythonPackages.buildPythonApplication rec {
|
||||
propagatedBuildInputs = with pythonPackages; [
|
||||
dogpile_cache
|
||||
click
|
||||
requests2
|
||||
requests
|
||||
characteristic
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user