forked from Mirrors/itch-dl
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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user