python311Packages.json-logging: test quart integration
This commit is contained in:
parent
138f345fda
commit
df14441900
1 changed files with 2 additions and 1 deletions
|
@ -6,6 +6,7 @@
|
||||||
, httpx
|
, httpx
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
, pythonOlder
|
, pythonOlder
|
||||||
|
, quart
|
||||||
, requests
|
, requests
|
||||||
, sanic
|
, sanic
|
||||||
, uvicorn
|
, uvicorn
|
||||||
|
@ -31,7 +32,7 @@ buildPythonPackage rec {
|
||||||
flask
|
flask
|
||||||
httpx
|
httpx
|
||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
# quart
|
quart
|
||||||
requests
|
requests
|
||||||
sanic
|
sanic
|
||||||
uvicorn
|
uvicorn
|
||||||
|
|
Loading…
Reference in a new issue