Loading pkgs/development/python-modules/flask-dance/default.nix +13 −35 Original line number Diff line number Diff line Loading @@ -3,26 +3,19 @@ betamax, blinker, buildPythonPackage, coverage, fetchFromGitHub, flask, flask-caching, flask-login, flask-sqlalchemy, flit, flit-core, freezegun, oauthlib, pallets-sphinx-themes, pillow, pytest, pytest-mock, pytestCheckHook, requests, requests-oauthlib, responses, sphinx, sphinxcontrib-seqdiag, sphinxcontrib-spelling, sqlalchemy, urlobject, werkzeug, Loading @@ -40,7 +33,7 @@ buildPythonPackage rec { hash = "sha256-rKHC0G5S7l52QSrbbweMii68AZuBAgf6tYsJdPKIeUk="; }; build-system = [ flit ]; build-system = [ flit-core ]; dependencies = [ flask Loading @@ -52,36 +45,21 @@ buildPythonPackage rec { ]; optional-dependencies = { docs = [ betamax pallets-sphinx-themes pillow sphinx sphinxcontrib-seqdiag sphinxcontrib-spelling sqlalchemy ]; signals = [ blinker ]; sqla = [ sqlalchemy ]; }; test = [ nativeCheckInputs = [ betamax coverage flask-caching flask-login flask-sqlalchemy freezegun oauthlib pytest pytest-mock pytestCheckHook responses sqlalchemy ]; }; nativeCheckInputs = [ pytestCheckHook ] ++ lib.concatAttrValues optional-dependencies; ] ++ lib.concatAttrValues optional-dependencies; pythonImportsCheck = [ "flask_dance" ]; Loading Loading
pkgs/development/python-modules/flask-dance/default.nix +13 −35 Original line number Diff line number Diff line Loading @@ -3,26 +3,19 @@ betamax, blinker, buildPythonPackage, coverage, fetchFromGitHub, flask, flask-caching, flask-login, flask-sqlalchemy, flit, flit-core, freezegun, oauthlib, pallets-sphinx-themes, pillow, pytest, pytest-mock, pytestCheckHook, requests, requests-oauthlib, responses, sphinx, sphinxcontrib-seqdiag, sphinxcontrib-spelling, sqlalchemy, urlobject, werkzeug, Loading @@ -40,7 +33,7 @@ buildPythonPackage rec { hash = "sha256-rKHC0G5S7l52QSrbbweMii68AZuBAgf6tYsJdPKIeUk="; }; build-system = [ flit ]; build-system = [ flit-core ]; dependencies = [ flask Loading @@ -52,36 +45,21 @@ buildPythonPackage rec { ]; optional-dependencies = { docs = [ betamax pallets-sphinx-themes pillow sphinx sphinxcontrib-seqdiag sphinxcontrib-spelling sqlalchemy ]; signals = [ blinker ]; sqla = [ sqlalchemy ]; }; test = [ nativeCheckInputs = [ betamax coverage flask-caching flask-login flask-sqlalchemy freezegun oauthlib pytest pytest-mock pytestCheckHook responses sqlalchemy ]; }; nativeCheckInputs = [ pytestCheckHook ] ++ lib.concatAttrValues optional-dependencies; ] ++ lib.concatAttrValues optional-dependencies; pythonImportsCheck = [ "flask_dance" ]; Loading