mirror of
https://github.com/searxng/searxng.git
synced 2025-12-22 11:40:01 +00:00
- pyright configuration [1]_ - stub files: types-lxml [2]_ - addition of various type hints - enable use of new type system features on older Python versions [3]_ - ``.tool-versions`` - set python to lowest version we support (3.10.18) [4]_: Older versions typically lack some typing features found in newer Python versions. Therefore, for local type checking (before commit), it is necessary to use the older Python interpreter. .. [1] https://docs.basedpyright.com/v1.20.0/configuration/config-files/ .. [2] https://pypi.org/project/types-lxml/ .. [3] https://typing-extensions.readthedocs.io/en/latest/# .. [4] https://mise.jdx.dev/configuration.html#tool-versions Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> Format: reST
24 lines
443 B
Plaintext
24 lines
443 B
Plaintext
certifi==2025.8.3
|
|
babel==2.17.0
|
|
flask-babel==4.0.0
|
|
flask==3.1.2
|
|
jinja2==3.1.6
|
|
lxml==6.0.1
|
|
pygments==2.19.2
|
|
python-dateutil==2.9.0.post0
|
|
pyyaml==6.0.2
|
|
httpx[http2]==0.28.1
|
|
httpx-socks[asyncio]==0.10.0
|
|
Brotli==1.1.0
|
|
uvloop==0.21.0
|
|
setproctitle==1.3.6
|
|
valkey==6.1.1
|
|
markdown-it-py==3.0.0
|
|
fasttext-predict==0.9.2.4
|
|
tomli==2.2.1; python_version < '3.11'
|
|
msgspec==0.19.0
|
|
typer-slim==0.16.1
|
|
isodate==0.7.2
|
|
whitenoise==6.9.0
|
|
typing-extensions==4.14.1
|