Commit 26b4198f authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python3Packages.weconnect: relax requests

parent a4409905
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -34,6 +34,11 @@ buildPythonPackage rec {
      --replace-fail "required_plugins = pytest-cov" ""
  '';

  pythonRelaxDeps = [
    "oauthlib"
    "requests"
  ];

  build-system = [ setuptools ];

  dependencies = [
@@ -42,8 +47,6 @@ buildPythonPackage rec {
    requests
  ];

  pythonRelaxDeps = [ "oauthlib" ];

  optional-dependencies = {
    Images = [
      ascii-magic