pythonPackages: deprecate requests_toolbelt alias

This commit is contained in:
Sandro Jäckel
2021-07-21 13:32:53 +02:00
parent a5158b8c01
commit 703c108472
18 changed files with 30 additions and 31 deletions
@@ -6,7 +6,7 @@
, click
, click-log
, click-threading
, requests_toolbelt
, requests-toolbelt
, requests
, requests_oauthlib # required for google oauth sync
, atomicwrites
@@ -34,7 +34,7 @@ buildPythonPackage rec {
click-threading
requests
requests_oauthlib # required for google oauth sync
requests_toolbelt
requests-toolbelt
];
nativeBuildInputs = [