Loading pkgs/development/python-modules/authlib/default.nix +9 −6 Original line number Diff line number Diff line Loading @@ -12,27 +12,29 @@ pytestCheckHook, pythonOlder, requests, setuptools, starlette, werkzeug, }: buildPythonPackage rec { pname = "authlib"; version = "1.3.1"; format = "setuptools"; version = "1.3.2"; pyproject = true; disabled = pythonOlder "3.7"; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "lepture"; repo = "authlib"; rev = "refs/tags/v${version}"; hash = "sha256-5AZca4APi2gLwj/AHtXOPzIFnJkCmK9mDV0bAAvIx8A="; hash = "sha256-gaFnai5QzHhnyn73JB+QzybaolLWC9barBFdnlEMyMU="; }; propagatedBuildInputs = [ build-system = [ setuptools ]; dependencies = [ cryptography requests ]; nativeCheckInputs = [ Loading @@ -43,6 +45,7 @@ buildPythonPackage rec { mock pytest-asyncio pytestCheckHook requests starlette werkzeug ]; Loading pkgs/development/python-modules/flask-security/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -46,6 +46,7 @@ peewee, pony, pytestCheckHook, requests, zxcvbn, }: Loading Loading @@ -114,6 +115,7 @@ buildPythonPackage rec { peewee pony pytestCheckHook requests zxcvbn ] ++ optional-dependencies.babel Loading pkgs/development/python-modules/weaviate-client/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -9,8 +9,8 @@ httpx, pydantic, pythonOlder, requests, setuptools-scm, tqdm, validators, }: Loading Loading @@ -43,7 +43,7 @@ buildPythonPackage rec { grpcio-tools httpx pydantic tqdm requests validators ]; Loading pkgs/servers/geospatial/fit-trackee/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -46,6 +46,7 @@ python.pkgs.buildPythonApplication rec { ]; pythonRelaxDeps = [ "authlib" "flask-limiter" "gunicorn" "pyjwt" Loading Loading
pkgs/development/python-modules/authlib/default.nix +9 −6 Original line number Diff line number Diff line Loading @@ -12,27 +12,29 @@ pytestCheckHook, pythonOlder, requests, setuptools, starlette, werkzeug, }: buildPythonPackage rec { pname = "authlib"; version = "1.3.1"; format = "setuptools"; version = "1.3.2"; pyproject = true; disabled = pythonOlder "3.7"; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "lepture"; repo = "authlib"; rev = "refs/tags/v${version}"; hash = "sha256-5AZca4APi2gLwj/AHtXOPzIFnJkCmK9mDV0bAAvIx8A="; hash = "sha256-gaFnai5QzHhnyn73JB+QzybaolLWC9barBFdnlEMyMU="; }; propagatedBuildInputs = [ build-system = [ setuptools ]; dependencies = [ cryptography requests ]; nativeCheckInputs = [ Loading @@ -43,6 +45,7 @@ buildPythonPackage rec { mock pytest-asyncio pytestCheckHook requests starlette werkzeug ]; Loading
pkgs/development/python-modules/flask-security/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -46,6 +46,7 @@ peewee, pony, pytestCheckHook, requests, zxcvbn, }: Loading Loading @@ -114,6 +115,7 @@ buildPythonPackage rec { peewee pony pytestCheckHook requests zxcvbn ] ++ optional-dependencies.babel Loading
pkgs/development/python-modules/weaviate-client/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -9,8 +9,8 @@ httpx, pydantic, pythonOlder, requests, setuptools-scm, tqdm, validators, }: Loading Loading @@ -43,7 +43,7 @@ buildPythonPackage rec { grpcio-tools httpx pydantic tqdm requests validators ]; Loading
pkgs/servers/geospatial/fit-trackee/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -46,6 +46,7 @@ python.pkgs.buildPythonApplication rec { ]; pythonRelaxDeps = [ "authlib" "flask-limiter" "gunicorn" "pyjwt" Loading