python-discogs-client: use requests2

This fixes an issue in beets which would depend on two versions of
requests if this used requests and not requests2.

+1 -1
+1 -1
pkgs/top-level/python-packages.nix
··· 3495 3495 md5 = "2cc57e1d134aa93404e779b9311676fa"; 3496 3496 }; 3497 3497 3498 - propagatedBuildInputs = with self; [ oauth2 requests ]; 3498 + propagatedBuildInputs = with self; [ oauth2 requests2 ]; 3499 3499 3500 3500 meta = { 3501 3501 description = "Official Python API client for Discogs";