Commit 1d443ab9 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python3Packages.authlib: add missing input joserfc

parent c2b2588b
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -4,9 +4,10 @@
  cachelib,
  cryptography,
  fetchFromGitHub,
  flask,
  flask-sqlalchemy,
  flask,
  httpx,
  joserfc,
  mock,
  pytest-asyncio,
  pytestCheckHook,
@@ -33,6 +34,7 @@ buildPythonPackage rec {

  dependencies = [
    cryptography
    joserfc
  ];

  nativeCheckInputs = [