add streaming json writer for JSON output

This commit is contained in:
Sarah Hoffmann
2023-01-25 14:14:47 +01:00
parent dfcb24061e
commit 77bec1261e
6 changed files with 266 additions and 16 deletions

View File

@@ -64,6 +64,7 @@ sudo apt install php-cgi phpunit php-codesniffer \
pip3 install --user behave mkdocs mkdocstrings pytest pylint \
mypy types-PyYAML types-jinja2 types-psycopg2 types-psutil \
types-ujosn \
sanic-testing httpx asgi-lifespan
```