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 , fastapi
, fetchFromGitHub , fetchFromGitHub
, flask , flask
, httpx
, pytestCheckHook , pytestCheckHook
, pythonOlder , pythonOlder
, requests , requests
@ -28,6 +29,7 @@ buildPythonPackage rec {
nativeCheckInputs = [ nativeCheckInputs = [
fastapi fastapi
flask flask
httpx
pytestCheckHook pytestCheckHook
# quart # quart
requests requests