mirror of
https://github.com/DragoonAethis/itch-dl.git
synced 2024-12-21 02:21:52 +01:00
Bump lxml support to 4.9.4
Resolves an issue where the build crashes with newer compilers if lxml is installed in the virtualenv directly, not from system repos.
This commit is contained in:
parent
1cffee8203
commit
b6e9a60672
@ -29,7 +29,7 @@ urllib3 = "^1.26.9"
|
||||
requests = "^2.28.0"
|
||||
python-slugify = "^6.1.2"
|
||||
beautifulsoup4 = "^4.11.1"
|
||||
lxml = "^4.9.0"
|
||||
lxml = "^4.9.4"
|
||||
pydantic = "^1.9.1"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
|
Loading…
Reference in New Issue
Block a user