Merge pull request #211918 from fabaff/json-logging-fix

python310Packages.json-logging: add missing input
This commit is contained in:
Fabian Affolter 2023-01-22 09:44:09 +01:00 committed by GitHub
commit 7cc05eed4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@
, fastapi
, fetchFromGitHub
, flask
, httpx
, pytestCheckHook
, pythonOlder
, requests
@ -28,6 +29,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
fastapi
flask
httpx
pytestCheckHook
# quart
requests