Switch from xml.etree to lxml and cssselect.
This commit is contained in:
parent
85205eaba9
commit
cce33beead
3 changed files with 23 additions and 12 deletions
|
@ -9,6 +9,7 @@ license = "MIT"
|
|||
python = "^3.9"
|
||||
requests = "^2.25.1"
|
||||
lxml = "^4.6.2"
|
||||
cssselect = "^1.1.0"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
pytest = "^6.2.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue