mirror of https://github.com/scrapy/scrapy.git
Replace lxml-stubs with types-lxml.
This commit is contained in:
parent
e9094d1f38
commit
a4edff31b9
4
tox.ini
4
tox.ini
|
|
@ -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 .}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue