Replace lxml-stubs with types-lxml.

This commit is contained in:
Andrey Rakhmatullin 2023-01-25 23:30:21 +04:00
parent e9094d1f38
commit a4edff31b9
1 changed files with 2 additions and 2 deletions

View File

@ -37,9 +37,9 @@ install_command =
[testenv:typing]
basepython = python3
deps =
lxml-stubs==0.2.0
mypy==0.991
types-attrs==19.1.0
types-lxml==2022.11.8
types-pyOpenSSL==21.0.0
types-setuptools==57.0.0
commands =
@ -201,4 +201,4 @@ deps =
black==22.12.0
commands =
black {posargs:--check .}