add typing information for pygments to requirements

This commit is contained in:
Sarah Hoffmann
2023-02-12 10:17:08 +01:00
parent a5f5add630
commit 6c6b1c0606
2 changed files with 2 additions and 2 deletions

View File

@@ -65,7 +65,7 @@ sudo apt install php-cgi phpunit php-codesniffer \
pip3 install --user behave mkdocs mkdocstrings pytest pytest-asyncio pylint \
mypy types-PyYAML types-jinja2 types-psycopg2 types-psutil \
types-ujson types-requests typing-extensions\
types-ujson types-requests types-Pygments typing-extensions\
sanic-testing httpx asgi-lifespan
```