mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-12-25 14:02:12 +03:00
add typing information for pygments to requirements
This commit is contained in:
parent
a5f5add630
commit
6c6b1c0606
2
.github/workflows/ci-tests.yml
vendored
2
.github/workflows/ci-tests.yml
vendored
@ -140,7 +140,7 @@ jobs:
|
||||
working-directory: Nominatim/test/bdd
|
||||
|
||||
- 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'
|
||||
|
||||
- name: Python static typechecking
|
||||
|
@ -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
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user