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

@@ -140,7 +140,7 @@ jobs:
working-directory: Nominatim/test/bdd working-directory: Nominatim/test/bdd
- name: Install mypy and typechecking info - name: Install mypy and typechecking info
run: pip3 install -U mypy osmium uvicorn types-PyYAML types-jinja2 types-psycopg2 types-psutil types-requests types-ujson typing-extensions run: pip3 install -U mypy osmium uvicorn types-PyYAML types-jinja2 types-psycopg2 types-psutil types-requests types-ujson types-Pygments typing-extensions
if: matrix.flavour != 'oldstuff' if: matrix.flavour != 'oldstuff'
- name: Python static typechecking - name: Python static typechecking

View File

@@ -65,7 +65,7 @@ sudo apt install php-cgi phpunit php-codesniffer \
pip3 install --user behave mkdocs mkdocstrings pytest pytest-asyncio pylint \ pip3 install --user behave mkdocs mkdocstrings pytest pytest-asyncio pylint \
mypy types-PyYAML types-jinja2 types-psycopg2 types-psutil \ 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 sanic-testing httpx asgi-lifespan
``` ```